mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-31 23:34:57 +00:00
Removed RTLIL::SigSpec::optimize()
This commit is contained in:
parent
8fd8e4a468
commit
c094c53de8
24 changed files with 15 additions and 181 deletions
|
@ -439,8 +439,6 @@ struct MemoryShareWorker
|
|||
merged_en.replace(k, cell_en.extract(k, 1));
|
||||
merged_data.replace(k, cell_data.extract(k, 1));
|
||||
}
|
||||
merged_en.optimize();
|
||||
merged_data.optimize();
|
||||
}
|
||||
|
||||
// Connect the new EN and DATA signals and remove the old write port.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue