fixes memory_subsys test name
All checks were successful
SCC Test/pipeline/head This commit looks good

This commit is contained in:
2025-08-29 08:00:41 +02:00
parent 2d92aabc2b
commit caafa19f44

View File

@@ -42,7 +42,7 @@ template <typename T> 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<testbench>();
std::array<unsigned char, 256> ref_data;
auto val = 256;