Skip to content
Snippets Groups Projects
Commit 3fb687f9 authored by dam1n19's avatar dam1n19
Browse files

Update test name

parent 8604387a
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ async def test_read(dut):
@cocotb.test()
async def test_read(dut):
"""Test Software Readable CMSDK Registers can be read"""
"""Test 1 Software Readable CMSDK Register can be read"""
# Connect AXI4 driver into DUT AXI Signals
......@@ -91,7 +91,7 @@ async def test_read(dut):
assert read_result == expected_result
@cocotb.test()
async def test_read_only_regs(dut):
async def test_readable_regs(dut):
"""Test Software Readable CMSDK Registers can be read"""
# Connect AXI4 driver into DUT AXI Signals
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment