mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 01:54:10 +00:00
tests: replace read_ilang with read_rtlil
* #4612 was written before read_ilang was deprecated but merged after so caused test failures. This switches read_ilang to read_rtlil
This commit is contained in:
parent
56b80bdd22
commit
9043dc0ad6
|
@ -1,4 +1,4 @@
|
||||||
read_ilang <<EOT
|
read_rtlil <<EOT
|
||||||
autoidx 1
|
autoidx 1
|
||||||
module \top
|
module \top
|
||||||
wire output 1 \Y
|
wire output 1 \Y
|
||||||
|
|
Loading…
Reference in a new issue