Skip to content

Commit ffe87fb

Browse files
committed
rtlil: fix roundtrip test with --no-private-id-locs
1 parent d2b28d7 commit ffe87fb

File tree

2 files changed

+719
-718
lines changed

2 files changed

+719
-718
lines changed

tests/rtlil/roundtrip-text.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ diff temp/roundtrip-text.dump.il temp/roundtrip-text.reload-hash-nogen.il
3333

3434
echo "Without ABC, we don't get any irreproducibility and can pin that"
3535
echo "Has this test case started failing for you? Consider updating the reference"
36-
$YS -p "read_verilog -sv everything.v; synth -relativeshare -noabc; write_rtlil temp/roundtrip-text.synth.il"
36+
$YS --no-private-id-locs -p "read_verilog -sv everything.v; synth -relativeshare -noabc; write_rtlil temp/roundtrip-text.synth.il"
3737
remove_empty_lines temp/roundtrip-text.synth.il
3838
tail -n +2 temp/roundtrip-text.synth.il > temp/roundtrip-text.synth-nogen.il
3939
diff temp/roundtrip-text.synth-nogen.il roundtrip-text.synth.ref.il

0 commit comments

Comments
 (0)