ethernet/rtl
Sean Anderson 03715d4a83 pcs: rx: Only flush on state change
The PCS state machine is evaluated every cycle, but its outputs are only
registers when the rx_bits module indicates. However, the flush signal
is not registered and is instead combinatorial. Although it's OK to
evaluate the other outputs every cycle, we should only indicate if we
are actually going to change state.

Fixes: d351291 ("Initial commit")
Signed-off-by: Sean Anderson <seanga2@gmail.com>
2022-08-06 22:08:09 -04:00
..
common.vh common: Add levels parameter to DUMP 2022-08-06 21:47:21 -04:00
io.vh Add pmd 2022-08-06 14:02:44 -04:00
pcs.v pcs: rx: Only flush on state change 2022-08-06 22:08:09 -04:00
pmd.v common: Add levels parameter to DUMP 2022-08-06 21:47:21 -04:00