Skip to content

Commit 4bf3677

Browse files
committed
techmap: set Han-Carlson adder priority consistent with Kogge-Stone
1 parent 3f078d9 commit 4bf3677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

techlibs/common/choices/han-carlson.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(* techmap_celltype = "$lcu" *)
2-
module _85_lcu_han_carlson (P, G, CI, CO);
2+
module _80_lcu_han_carlson (P, G, CI, CO);
33
parameter WIDTH = 2;
44

55
(* force_downto *)

tests/techmap/han-carlson.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ for {set i 1} {$i <= 16} {incr i} {
88
design -load init
99
chparam -set WIDTH $i
1010
yosys proc
11-
equiv_make -blacklist ppa.nomatch lcu _85_lcu_han_carlson equiv
11+
equiv_make -blacklist ppa.nomatch lcu _80_lcu_han_carlson equiv
1212
equiv_simple equiv
1313
equiv_status -assert equiv
1414
}

0 commit comments

Comments
 (0)