3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-21 06:35:49 +00:00
This commit is contained in:
Akash Levy 2025-09-28 05:10:05 -07:00
parent bbaeb90a23
commit 5efc95f7d9
13 changed files with 56 additions and 2947 deletions

View file

@ -141,7 +141,7 @@ struct Ice40WrapCarryPass : public Pass {
else if (a.first.in(ID(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));