ethernet/rtl
Sean Anderson d8ce1652ae pmd: Delay signal_status/detect until data is valid
The data yielded by the PMD is not really valid until it has made its
way through the pipeline. Delay it until the data is valid. As a side
effect, this should also eliminate any metastability. This is not
necessary for real hardware, but it allows us to to post-synthesis
simulation (where we can't reach in and probe the internal valid
signal).

Additionally, ensure that the state is known by resetting it when we
don't have a signal.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
2022-08-06 21:47:21 -04:00
..
common.vh Initial commit 2022-05-23 20:57:03 -04:00
io.vh Add pmd 2022-08-06 14:02:44 -04:00
pcs.v pcs: Fix some lint 2022-08-06 15:21:15 -04:00
pmd.v pmd: Delay signal_status/detect until data is valid 2022-08-06 21:47:21 -04:00