mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
techmap: set Han-Carlson adder priority consistent with Kogge-Stone
This commit is contained in:
parent
3f078d9afa
commit
4bf3677640
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ for {set i 1} {$i <= 16} {incr i} {
|
|||
design -load init
|
||||
chparam -set WIDTH $i
|
||||
yosys proc
|
||||
equiv_make -blacklist ppa.nomatch lcu _85_lcu_han_carlson equiv
|
||||
equiv_make -blacklist ppa.nomatch lcu _80_lcu_han_carlson equiv
|
||||
equiv_simple equiv
|
||||
equiv_status -assert equiv
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue