3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-27 22:33:36 +00:00
yosys/tests/csa_tree/csa_tree_sub_5op.ys
2026-04-13 12:48:05 +02:00

10 lines
190 B
Text

read_verilog sub_5op.v
hierarchy -auto-top
proc; opt_clean
csa_tree
stat
select -assert-count 4 t:$fa
select -assert-count 1 t:$add
select -assert-count 2 t:$not
select -assert-none t:$sub