mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-28 23:35:49 +00:00
11 lines
184 B
Text
11 lines
184 B
Text
# Test minimal sub chain
|
|
|
|
read_verilog sub_3op.v
|
|
hierarchy -auto-top
|
|
proc; opt_clean
|
|
csa_tree
|
|
stat
|
|
|
|
select -assert-min 1 t:$fa
|
|
select -assert-count 1 t:$add
|
|
select -assert-none t:$sub
|