mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-09 20:50:51 +00:00
Merge remote-tracking branch 'origin/master' into xaig_dff
This commit is contained in:
commit
19541640ee
19 changed files with 69 additions and 40 deletions
|
@ -128,6 +128,8 @@ static void run_ice40_opts(Module *module)
|
|||
new_attr.insert(std::make_pair(a.first, a.second));
|
||||
else if (a.first.in(ID(SB_LUT4.name), ID::keep, ID(module_not_derived)))
|
||||
continue;
|
||||
else if (a.first.begins_with("\\SB_CARRY.\\"))
|
||||
continue;
|
||||
else
|
||||
log_abort();
|
||||
cell->attributes = std::move(new_attr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue