3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Sensitive to direct inst of $__ICE40_CARRY_WRAPPER; recreate SB_LUT4

This commit is contained in:
Eddie Hung 2019-12-09 12:45:22 -08:00
parent e05372778a
commit 500ed9b501
2 changed files with 12 additions and 8 deletions

View file

@ -50,7 +50,7 @@ module _80_ice40_alu (A, B, CI, BI, X, Y, CO);
// A[2]: 1111 0000 1111 0000
// A[3]: 1111 1111 0000 0000
.LUT(16'b 0110_1001_1001_0110)
) fadd (
) carry (
.A(AA[i]),
.B(BB[i]),
.CI(C[i]),