mirror of https://github.com/YosysHQ/yosys.git
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
|
|
@ -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…
Reference in New Issue