03715d4a83
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:
|
||
---|---|---|
.. | ||
common.vh | ||
io.vh | ||
pcs.v | ||
pmd.v |