mirror of https://github.com/YosysHQ/yosys.git
peepopt_multdiv_c: add forgotten -assert
This commit is contained in:
parent
bb49acd7fc
commit
325b0e3f33
|
@ -130,7 +130,7 @@ module top(
|
||||||
assign y = mul / 8'sd0;
|
assign y = mul / 8'sd0;
|
||||||
endmodule
|
endmodule
|
||||||
EOT
|
EOT
|
||||||
equiv_opt peepopt
|
equiv_opt -assert peepopt
|
||||||
design -load postopt
|
design -load postopt
|
||||||
select -assert-count 1 t:$mul
|
select -assert-count 1 t:$mul
|
||||||
select -assert-count 1 t:$div
|
select -assert-count 1 t:$div
|
||||||
|
|
Loading…
Reference in New Issue