diff --git a/cocotbext/ahb/version.py b/cocotbext/ahb/version.py index fe404ae..01ef120 100644 --- a/cocotbext/ahb/version.py +++ b/cocotbext/ahb/version.py @@ -1 +1 @@ -__version__ = "0.2.5" +__version__ = "0.2.6" diff --git a/tests/test_ahb_lite_sram_all_sizes.py b/tests/test_ahb_lite_sram_all_sizes.py index b78a85d..b7eb08b 100644 --- a/tests/test_ahb_lite_sram_all_sizes.py +++ b/tests/test_ahb_lite_sram_all_sizes.py @@ -64,7 +64,6 @@ async def setup_dut(dut, cycles): @cocotb.test() async def run_test(dut, bp_fn=None, pip_mode=False): mem_size_kib = 16 - N = 1000 ahb_bus_slave = AHBBus.from_entity(dut)