Skip to content

Commit

Permalink
Merge pull request #4788 from YosysHQ/emil/han-carlson-proc
Browse files Browse the repository at this point in the history
techlibs: add _TECHMAP_DO_ to Han-Carlson adder
  • Loading branch information
povik authored Dec 2, 2024
2 parents f04b899 + ebd7f2b commit 3c67d9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions techlibs/common/choices/han-carlson.v
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ module _80_lcu_han_carlson (P, G, CI, CO);
(* force_downto *)
reg [WIDTH-1:0] p, g;

wire [1023:0] _TECHMAP_DO_ = "proc; opt -fast";

always @* begin
i = 0;
p = P;
Expand Down

0 comments on commit 3c67d9f

Please sign in to comment.