mirror of https://github.com/YosysHQ/yosys.git
10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
|
|
read_verilog add_two_chains.v
|
||
|
|
hierarchy -auto-top
|
||
|
|
proc; opt_clean
|
||
|
|
equiv_opt csa_tree
|
||
|
|
design -load postopt
|
||
|
|
|
||
|
|
select -assert-min 2 t:$fa
|
||
|
|
select -assert-count 2 t:$add
|
||
|
|
|