mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 11:26:22 +00:00
tests: fix rtlil roundtrip test
This commit is contained in:
parent
21bed1a411
commit
95eae1aa6d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ remove_empty_lines() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# write_rtlil and dump are equivalent
|
# write_rtlil and dump are equivalent
|
||||||
${YOSYS} -p "read_verilog -sv everything.v; copy alu zzz; proc zzz; dump -o temp/roundtrip-text.dump.il; write_rtlil temp/roundtrip-text.write.il"
|
${YOSYS} -p "read_verilog -sv everything.v; copy alu zzz; proc zzz; bufnorm -reset; dump -o temp/roundtrip-text.dump.il; write_rtlil temp/roundtrip-text.write.il"
|
||||||
remove_empty_lines temp/roundtrip-text.dump.il
|
remove_empty_lines temp/roundtrip-text.dump.il
|
||||||
remove_empty_lines temp/roundtrip-text.write.il
|
remove_empty_lines temp/roundtrip-text.write.il
|
||||||
# Trim first line ("Generated by Yosys ...")
|
# Trim first line ("Generated by Yosys ...")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue