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:
Sean Anderson 2023-02-18 21:37:14 -05:00
parent 3b9efe2211
commit a179ccb9ab
1 changed files with 0 additions and 4 deletions

View File

@ -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