mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 19:21:23 +00:00
Removed RTLIL::SigSpec::optimize()
This commit is contained in:
parent
8fd8e4a468
commit
c094c53de8
24 changed files with 15 additions and 181 deletions
|
@ -141,7 +141,7 @@ struct SplitnetsPass : public Pass {
|
|||
if (!ct.cell_output(c.second->type, p.first))
|
||||
continue;
|
||||
|
||||
RTLIL::SigSpec sig = p.second.optimized();
|
||||
RTLIL::SigSpec sig = p.second;
|
||||
for (auto &chunk : sig.chunks()) {
|
||||
if (chunk.wire == NULL)
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue