mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
$__ICE40_CARRY_WRAPPER to use _TECHMAP_REPLACE_ for SB_CARRY to preserve
name and attr
This commit is contained in:
parent
1ea9ce0ad7
commit
ed3f359175
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ endmodule
|
|||
`ifndef NO_ADDER
|
||||
module \$__ICE40_CARRY_WRAPPER (output CO, O, input A, B, CI, I0, I3);
|
||||
parameter LUT = 0;
|
||||
SB_CARRY carry (
|
||||
SB_CARRY _TECHMAP_REPLACE_ (
|
||||
.I0(A),
|
||||
.I1(B),
|
||||
.CI(CI),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue