$__ICE40_CARRY_WRAPPER to use _TECHMAP_REPLACE_ for SB_CARRY to preserve

name and attr
This commit is contained in:
Eddie Hung 2019-12-03 14:49:10 -08:00
parent 1ea9ce0ad7
commit ed3f359175
1 changed files with 1 additions and 1 deletions

View File

@ -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),