mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-02 20:47:53 +00:00
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. |
||
|---|---|---|
| .. | ||
| anlogic | ||
| common | ||
| ecp5 | ||
| efinix | ||
| gowin | ||
| ice40 | ||
| intel_alm | ||
| nexus | ||
| xilinx | ||
| run-test.sh | ||