From a179ccb9abb74a69ac724384c3c83ab601bbc73a Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Sat, 18 Feb 2023 21:37:14 -0500 Subject: [PATCH] tb: hub_core: Remove references to Memory This class is unused. Remove it. Signed-off-by: Sean Anderson --- tb/hub_core.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tb/hub_core.py b/tb/hub_core.py index 2cf7f54..06940ab 100644 --- a/tb/hub_core.py +++ b/tb/hub_core.py @@ -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