mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-09 20:50:51 +00:00
Revert "Merge pull request #1280 from YosysHQ/revert-1266-eddie/ice40_full_adder"
This reverts commitc851dc1310
, reversing changes made tof54bf1631f
.
This commit is contained in:
parent
78b30bbb11
commit
12c692f6ed
20 changed files with 181 additions and 181 deletions
11
passes/pmgen/ice40_wrapcarry.pmg
Normal file
11
passes/pmgen/ice40_wrapcarry.pmg
Normal file
|
@ -0,0 +1,11 @@
|
|||
pattern ice40_wrapcarry
|
||||
|
||||
match carry
|
||||
select carry->type.in(\SB_CARRY)
|
||||
endmatch
|
||||
|
||||
match lut
|
||||
select lut->type.in(\SB_LUT4)
|
||||
index <SigSpec> port(lut, \I1) === port(carry, \I0)
|
||||
index <SigSpec> port(lut, \I2) === port(carry, \I1)
|
||||
endmatch
|
Loading…
Add table
Add a link
Reference in a new issue