mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 19:55:41 +00:00
Smallfix
This commit is contained in:
parent
60d969530b
commit
72de51a1b0
1 changed files with 1 additions and 1 deletions
|
|
@ -704,7 +704,7 @@ struct OptDffWorker
|
|||
new_val_srst_builder.push_back(val_srst[j]);
|
||||
}
|
||||
new_ff.val_srst = new_val_srst_builder.build();
|
||||
ctrl_t srst = combine_resets(it.first, ff.is_fine);
|
||||
ctrl_t srst = combine_resets(it.first, ff.is_fine, module, cell);
|
||||
|
||||
new_ff.has_srst = true;
|
||||
new_ff.sig_srst = srst.first;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue