mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-23 04:49:15 +00:00
11 lines
225 B
Text
11 lines
225 B
Text
# Test csa_tree on 3-operand chain — minimal trigger case
|
|
|
|
read_verilog add_chain_3.v
|
|
hierarchy -auto-top
|
|
proc; opt_clean
|
|
equiv_opt csa_tree
|
|
design -load postopt
|
|
|
|
select -assert-count 1 t:$fa
|
|
select -assert-count 1 t:$add
|
|
|