ethernet/tb
Sean Anderson 15ae994ad6 tb: Fix incorrect valid in send_recovered_bits
At the end of the bitstream, we might not have enough bits for valid=2.
If we don't change it to valid=1, instead of marking an X as valid.

Fixes: d351291 ("Initial commit")
Signed-off-by: Sean Anderson <seanga2@gmail.com>
2022-08-24 12:18:39 -04:00
..
__init__.py Make testbenches a module 2022-08-21 12:36:28 -04:00
pcs.py tb: Break out the core of pcs_send_codes into its own function 2022-08-08 00:23:55 -04:00
pmd.py tb: Move print_list_at/compare_lists to util 2022-08-24 12:16:43 -04:00
util.py tb: Fix incorrect valid in send_recovered_bits 2022-08-24 12:18:39 -04:00