File tree Expand file tree Collapse file tree 3 files changed +0
-1485
lines changed Expand file tree Collapse file tree 3 files changed +0
-1485
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ remove_empty_lines temp/roundtrip-text.write.il
1717# Trim first line ("Generated by Yosys ...")
1818tail -n +2 temp/roundtrip-text.write.il > temp/roundtrip-text.write-nogen.il
1919diff temp/roundtrip-text.dump.il temp/roundtrip-text.write-nogen.il
20- diff temp/roundtrip-text.dump.il roundtrip-text.ref.il
2120
2221# Loading and writing it out again doesn't change the RTLIL
2322$YS -p " read_rtlil temp/roundtrip-text.dump.il; write_rtlil temp/roundtrip-text.reload.il"
@@ -30,10 +29,3 @@ $YS --hash-seed=2345678 -p "read_rtlil temp/roundtrip-text.dump.il; write_rtlil
3029remove_empty_lines temp/roundtrip-text.reload-hash.il
3130tail -n +2 temp/roundtrip-text.reload-hash.il > temp/roundtrip-text.reload-hash-nogen.il
3231diff temp/roundtrip-text.dump.il temp/roundtrip-text.reload-hash-nogen.il
33-
34- echo " Without ABC, we don't get any irreproducibility and can pin that"
35- 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"
37- remove_empty_lines temp/roundtrip-text.synth.il
38- tail -n +2 temp/roundtrip-text.synth.il > temp/roundtrip-text.synth-nogen.il
39- diff temp/roundtrip-text.synth-nogen.il roundtrip-text.synth.ref.il
You can’t perform that action at this time.
0 commit comments