3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

Merge pull request #4788 from YosysHQ/emil/han-carlson-proc

techlibs: add _TECHMAP_DO_ to Han-Carlson adder
This commit is contained in:
Martin Povišer 2024-12-02 11:37:47 +01:00 committed by GitHub
commit 3c67d9f779
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;