3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-05 08:30:51 +00:00

Depth-schedule finar adder.

This commit is contained in:
nella 2026-06-03 15:35:17 +02:00
parent ba7173a469
commit afabf72e23
4 changed files with 45 additions and 30 deletions

View file

@ -10,10 +10,10 @@ hierarchy -auto-top
proc
equiv_opt arith_tree -final auto
design -load postopt
select -assert-none t:$add
select -assert-count 1 t:$add
select -assert-count 2 t:$fa
select -assert-min 1 t:$_AND_
select -assert-min 1 t:$_XOR_
select -assert-none t:$_AND_
select -assert-none 1 t:$_XOR_
design -reset
read_verilog <<EOT