mirror of https://github.com/YosysHQ/yosys.git
Missing equiv_opt -assert
This commit is contained in:
parent
e2c2d784c8
commit
97e1520b13
|
@ -55,7 +55,7 @@ endmodule
|
|||
EOT
|
||||
|
||||
prep -nokeepdc
|
||||
equiv_opt peepopt
|
||||
equiv_opt -assert peepopt
|
||||
design -load postopt
|
||||
clean
|
||||
select -assert-count 1 t:$dff r:WIDTH=2 %i
|
||||
|
|
Loading…
Reference in New Issue