mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-24 16:12:33 +00:00
rtlil: fix masquerade
This commit is contained in:
parent
2d3b7e9c92
commit
1a8a95b472
11 changed files with 77 additions and 39 deletions
|
|
@ -94,7 +94,7 @@ struct BoxDerivePass : Pass {
|
|||
if (base_override)
|
||||
base = base_override;
|
||||
|
||||
auto index = std::make_pair(base->name, cell->parameters);
|
||||
auto index = std::make_pair(RTLIL::IdString(base->name), cell->parameters);
|
||||
|
||||
if (cell->parameters.empty())
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue