mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 03:15:50 +00:00
Merge remote-tracking branch 'origin/master' into xc7mux
This commit is contained in:
commit
5cd19b52da
23 changed files with 312 additions and 221 deletions
|
@ -180,6 +180,8 @@ struct WreduceWorker
|
|||
}
|
||||
|
||||
auto info = mi.query(sig_q[i]);
|
||||
if (info == nullptr)
|
||||
return;
|
||||
if (!info->is_output && GetSize(info->ports) == 1 && !keep_bits.count(mi.sigmap(sig_q[i]))) {
|
||||
remove_init_bits.insert(sig_q[i]);
|
||||
sig_d.remove(i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue