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:
parent
03715d4a83
commit
fd7673743d
|
@ -240,9 +240,6 @@ async def pcs_send_codes(pcs, codes, valids):
|
||||||
except StopIteration:
|
except StopIteration:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
pcs.pma_data_rx_valid.value = 1
|
|
||||||
pcs.pma_data_rx.value = LogicArray('1X')
|
|
||||||
|
|
||||||
@cocotb.test(timeout_time=10, timeout_unit='us')
|
@cocotb.test(timeout_time=10, timeout_unit='us')
|
||||||
async def test_tx(pcs):
|
async def test_tx(pcs):
|
||||||
async def tx_ce():
|
async def tx_ce():
|
||||||
|
|
Loading…
Reference in New Issue