mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-23 07:32:32 +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
|
|
@ -113,7 +113,6 @@ struct MemoryMapWorker
|
|||
std::set<int> static_ports;
|
||||
std::map<int, RTLIL::SigSpec> static_cells_map;
|
||||
|
||||
// "@N" ref, not a flattened literal — avoids re-interning a
|
||||
// possibly-Concat src as a single pipe-joined leaf on every
|
||||
// new cell. set_src_attribute's parse_ref path retains the
|
||||
// pool slot directly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue