peepopt_multdiv_c: add forgotten -assert

This commit is contained in:
Emil J. Tywoniak 2024-12-19 15:22:14 +01:00
parent bb49acd7fc
commit 325b0e3f33
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ module top(
assign y = mul / 8'sd0;
endmodule
EOT
equiv_opt peepopt
equiv_opt -assert peepopt
design -load postopt
select -assert-count 1 t:$mul
select -assert-count 1 t:$div