Skip to content

Commit

Permalink
techlibs: add _TECHMAP_DO_ to Han-Carlson adder
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Dec 2, 2024
1 parent f04b899 commit ebd7f2b
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 ebd7f2b

Please sign in to comment.