Skip to content

Commit 3c67d9f

Browse files
authored
Merge pull request #4788 from YosysHQ/emil/han-carlson-proc
techlibs: add _TECHMAP_DO_ to Han-Carlson adder
2 parents f04b899 + ebd7f2b commit 3c67d9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

techlibs/common/choices/han-carlson.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ module _80_lcu_han_carlson (P, G, CI, CO);
1313
(* force_downto *)
1414
reg [WIDTH-1:0] p, g;
1515

16+
wire [1023:0] _TECHMAP_DO_ = "proc; opt -fast";
17+
1618
always @* begin
1719
i = 0;
1820
p = P;

0 commit comments

Comments
 (0)