1
0
mirror of synced 2026-03-25 18:18:26 +00:00
Files
YosysHQ.yosys/tests
Marcelina Kościelnicka eb76d35e80 memory_dff: Fix needlessly duplicating enable bits.
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.
2020-10-22 13:03:42 +02:00
..
2019-07-16 12:44:26 -07:00
2020-09-21 15:07:02 +02:00
2020-10-08 18:05:51 +02:00
2020-09-21 15:07:02 +02:00
2015-06-19 14:08:46 +02:00
2020-08-07 13:21:03 +02:00
2016-12-11 10:58:49 +01:00
2015-05-18 11:15:49 +02:00
2020-09-21 15:07:02 +02:00