tb: hub_core: Remove references to Memory
This class is unused. Remove it. Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
parent
3b9efe2211
commit
a179ccb9ab
|
@ -12,10 +12,6 @@ from cocotb.types import LogicArray
|
|||
|
||||
PORT_COUNT = 4
|
||||
|
||||
class Memory(ModifiableObject):
|
||||
def __init__(self, handle, path):
|
||||
super().__init__(handle, path)
|
||||
|
||||
@cocotb.test(timeout_time=100, timeout_unit='ns')
|
||||
async def test_hub(hub):
|
||||
hub.rx_dv.value = 0
|
||||
|
|
Loading…
Reference in New Issue