mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Fix a regression from #3035.
This commit is contained in:
parent
772b9a108a
commit
dc8da76282
2 changed files with 22 additions and 1 deletions
|
@ -157,7 +157,7 @@ bool FfMergeHelper::find_output_ff(RTLIL::SigSpec sig, FfData &ff, pool<std::pai
|
|||
}
|
||||
|
||||
bool FfMergeHelper::find_input_ff(RTLIL::SigSpec sig, FfData &ff, pool<std::pair<Cell *, int>> &bits) {
|
||||
ff = FfData();
|
||||
ff = FfData(module, initvals, NEW_ID);
|
||||
sigmap->apply(sig);
|
||||
|
||||
bool found = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue