mirror of https://github.com/YosysHQ/yosys.git
When the register being merged into the EN signal happens to be a $sdff, the current code creates a new $mux for every bit, even if they happen to be identical (as is usually the case), preventing proper grouping further down the flow. Fix this by adding a simple cache. Fixes #2409. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| add_sub.ys | ||
| adffs.ys | ||
| bug1459.ys | ||
| bug1598.ys | ||
| bug1630.il.gz | ||
| bug1630.ys | ||
| bug2409.ys | ||
| counter.ys | ||
| dffs.ys | ||
| dpram.v | ||
| dpram.ys | ||
| fsm.ys | ||
| latches.ys | ||
| latches_abc9.ys | ||
| logic.ys | ||
| lutram.ys | ||
| macc.v | ||
| macc.ys | ||
| memories.ys | ||
| mul.ys | ||
| mux.ys | ||
| opt_lut_ins.ys | ||
| rom.v | ||
| rom.ys | ||
| run-test.sh | ||
| shifter.ys | ||
| tribuf.ys | ||