diff --git a/tests/memory_subsys/memory_test.cpp b/tests/memory_subsys/memory_test.cpp index d0e50f8..b81109e 100644 --- a/tests/memory_subsys/memory_test.cpp +++ b/tests/memory_subsys/memory_test.cpp @@ -42,7 +42,7 @@ template void do_dmi_access(T& isck, uint64_t address, uint64_t exp REQUIRE(dmi.is_read_write_allowed()); } -TEST_CASE("simple_read_write_with host memory map", "[memory][tlm-level]") { +TEST_CASE("dmi_access", "[memory][tlm-level]") { auto& dut = factory::get(); std::array ref_data; auto val = 256;