mirror of https://github.com/YosysHQ/yosys.git
tests/alumacc: Minor optimizations
This commit is contained in:
parent
ea20a8b477
commit
8962b6b6db
|
|
@ -26,10 +26,8 @@ assign ne = ra != rb;
|
|||
endmodule
|
||||
EOT
|
||||
|
||||
proc
|
||||
|
||||
equiv_opt -assert alumacc
|
||||
alumacc
|
||||
design -load postopt
|
||||
select -assert-count 1 t:$alu
|
||||
|
||||
design -reset
|
||||
|
|
|
|||
Loading…
Reference in New Issue