mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-05 00:20:52 +00:00
Depth-schedule finar adder.
This commit is contained in:
parent
ba7173a469
commit
afabf72e23
4 changed files with 45 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue