Skip to content

Commit

Permalink
Added a test for all sizes 32/64b and alignments
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Ignacio <anderson@aignacio.com>
  • Loading branch information
aignacio committed Dec 25, 2023
1 parent a1dbf65 commit 5c45c1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cocotbext/ahb/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.5"
__version__ = "0.2.6"
1 change: 0 additions & 1 deletion tests/test_ahb_lite_sram_all_sizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5c45c1a

Please sign in to comment.