mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-27 17:29:13 +00:00
Revert "Try using an ICE40_CARRY_LUT primitive to avoid ABC issues"
This reverts commit a7632ab332
.
This commit is contained in:
parent
a7632ab332
commit
c1ebe51a75
7 changed files with 36 additions and 103 deletions
|
@ -2,8 +2,12 @@
|
|||
|
||||
# NB: Inputs/Outputs must be ordered alphabetically
|
||||
|
||||
# Inputs: CI I1 I2
|
||||
# Outputs: CO O
|
||||
ICE40_CARRY_LUT 1 1 3 2
|
||||
# Inputs: CI I0 I1
|
||||
# Outputs: CO
|
||||
SB_CARRY 1 1 3 1
|
||||
126 259 231
|
||||
316 400 379
|
||||
|
||||
# Inputs: I0 I1 I2 I3
|
||||
# Outputs: O
|
||||
SB_LUT4 2 1 4 1
|
||||
316 379 400 449
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue