mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-09 04:31:25 +00:00
$__ICE40_CARRY_LUT4 -> $__ICE40_FULL_ADDER as per @whitequark
This commit is contained in:
parent
d032198fac
commit
5fb27c071b
7 changed files with 8 additions and 8 deletions
|
@ -45,7 +45,7 @@ module _80_ice40_alu (A, B, CI, BI, X, Y, CO);
|
|||
genvar i;
|
||||
generate for (i = 0; i < Y_WIDTH; i = i + 1) begin:slice
|
||||
`ifdef _ABC
|
||||
\$__ICE40_CARRY_LUT4 carry (
|
||||
\$__ICE40_FULL_ADDER carry (
|
||||
.A(AA[i]),
|
||||
.B(BB[i]),
|
||||
.CI(C[i]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue