mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-20 06:05:50 +00:00
twine: fix replayability, reduce TwineSearch usage
This commit is contained in:
parent
e9eb3889b7
commit
7c73fd62e4
41 changed files with 273 additions and 272 deletions
|
|
@ -535,7 +535,6 @@ struct TechmapWorker
|
|||
extmapper_module = extmapper_design->addModule(extmapper_design->twines.add(std::string{m_name}));
|
||||
RTLIL::Cell *extmapper_cell = extmapper_module->addCell(cell->type.ref(), cell);
|
||||
// addCell(name, cell) already migrated src across
|
||||
// designs via copy_src_into — no need for an
|
||||
// explicit set_src_attribute round-trip here.
|
||||
|
||||
int port_counter = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue