mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-18 13:15:46 +00:00
Added design->select after setting strpool_attribute for non-special case cells
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
e73c15750c
commit
941be57cae
1 changed files with 1 additions and 1 deletions
|
|
@ -1753,7 +1753,7 @@ void AbcModuleState::extract(AbcSigMap &assign_map, dict<SigSpec, std::string> &
|
|||
cell->setPort(conn.first, newsig);
|
||||
}
|
||||
cell->add_strpool_attribute(ID::src, src_pool); // SILIMATE: set src attribute from wire pool
|
||||
|
||||
design->select(module, cell);
|
||||
}
|
||||
|
||||
for (auto conn : mapped_mod->connections()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue