mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-07 12:32:25 +00:00
Fix tests for check in equiv_opt
This commit is contained in:
parent
0516307637
commit
81906aa627
13 changed files with 31 additions and 15 deletions
|
|
@ -21,6 +21,7 @@ module top(input CI, I0, output [1:0] CO, output O);
|
|||
endmodule
|
||||
EOT
|
||||
|
||||
read_verilog -icells -lib +/ice40/abc9_model.v +/ice40/cells_sim.v
|
||||
equiv_opt -assert -map +/ice40/abc9_model.v -map +/ice40/cells_sim.v ice40_opt
|
||||
design -load postopt
|
||||
select -assert-count 1 t:*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue