3
0
Fork 0
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:
nataliakokoromyti 2025-12-16 09:33:47 -08:00 committed by GitHub
parent 510f9ef63d
commit cf8be2bae7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,7 @@ struct Ice40WrapCarryPass : public Pass {
else if (a.first.in(IdString{"\\SB_LUT4.name"}, ID::keep, ID::module_not_derived))
continue;
else
log_abort();
continue;
if (!src.empty()) {
carry->attributes.insert(std::make_pair(ID::src, src));