tb: pcs: Don't revert to idle after pcs_send_codes

Since 0153975 ("tb: pcs: Send packet spacing packets immediately"), we
have never allowed pma_data_rx to remain idle. There's no need to supply
a default value.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
Sean Anderson 2022-08-08 00:08:09 -04:00
parent 03715d4a83
commit fd7673743d
1 changed files with 0 additions and 3 deletions

View File

@ -240,9 +240,6 @@ async def pcs_send_codes(pcs, codes, valids):
except StopIteration:
pass
pcs.pma_data_rx_valid.value = 1
pcs.pma_data_rx.value = LogicArray('1X')
@cocotb.test(timeout_time=10, timeout_unit='us')
async def test_tx(pcs):
async def tx_ce():