We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8630d0 commit 08d7959Copy full SHA for 08d7959
tests/rtlil/roundtrip-text.sh
@@ -26,7 +26,7 @@ diff temp/roundtrip-text.dump.il temp/roundtrip-text.reload-hash-nogen.il
26
27
echo "Without ABC, we don't get any irreproducibility and can pin that"
28
echo "Has this test case started failing for you? Consider updating the reference"
29
-$YS -p "read_verilog -sv everything.v; synth -noabc; write_rtlil temp/roundtrip-text.synth.il"
+$YS -p "read_verilog -sv everything.v; synth -relativeshare -noabc; write_rtlil temp/roundtrip-text.synth.il"
30
sed '/^$/d' -i.bak temp/roundtrip-text.synth.il
31
tail -n +2 temp/roundtrip-text.synth.il > temp/roundtrip-text.synth-nogen.il
32
diff temp/roundtrip-text.synth-nogen.il roundtrip-text.synth.ref.il
0 commit comments