mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-21 19:53:44 +00:00
Update ice40_wrapcarry.cc
This commit is contained in:
parent
510f9ef63d
commit
cf8be2bae7
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ struct Ice40WrapCarryPass : public Pass {
|
||||||
else if (a.first.in(IdString{"\\SB_LUT4.name"}, ID::keep, ID::module_not_derived))
|
else if (a.first.in(IdString{"\\SB_LUT4.name"}, ID::keep, ID::module_not_derived))
|
||||||
continue;
|
continue;
|
||||||
else
|
else
|
||||||
log_abort();
|
continue;
|
||||||
|
|
||||||
if (!src.empty()) {
|
if (!src.empty()) {
|
||||||
carry->attributes.insert(std::make_pair(ID::src, src));
|
carry->attributes.insert(std::make_pair(ID::src, src));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue