mdio:io: Don't drive mdio as X in testbench

This will mess up the internal logic unnecessarily.

Fixes: dd41839 ("Add MDIO I/O module")
Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
Sean Anderson 2022-10-16 17:37:38 -04:00
parent 2ec039f49a
commit bdbfd4efcd
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ from cocotb.types import LogicArray
@cocotb.test(timeout_time=50, timeout_unit='us')
async def test_io(io):
io.mdio.value = LogicArray('X')
io.mdc.value = 0
io.mdo_valid.value = 0
await Timer(1)