mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-21 06:35:49 +00:00
Clean up
This commit is contained in:
parent
bbaeb90a23
commit
5efc95f7d9
13 changed files with 56 additions and 2947 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue