Skip to content

Commit

Permalink
tests: replace read_ilang with read_rtlil
Browse files Browse the repository at this point in the history
* YosysHQ#4612 was written before read_ilang was deprecated but merged after so caused test failures. This switches read_ilang to read_rtlil
  • Loading branch information
georgerennie authored Nov 20, 2024
1 parent 56b80bd commit 9043dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/opt/bug4610.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
read_ilang <<EOT
read_rtlil <<EOT
autoidx 1
module \top
wire output 1 \Y
Expand Down

0 comments on commit 9043dc0

Please sign in to comment.