techmap: set Han-Carlson adder priority consistent with Kogge-Stone
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
(* techmap_celltype = "$lcu" *)
|
||||
module _85_lcu_han_carlson (P, G, CI, CO);
|
||||
module _80_lcu_han_carlson (P, G, CI, CO);
|
||||
parameter WIDTH = 2;
|
||||
|
||||
(* force_downto *)
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user