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:
parent
2ec039f49a
commit
bdbfd4efcd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue