Merge branch 'main' of https://github.com/openhwgroup/cvw into linux_nightly

This commit is contained in:
slmnemo 2024-04-20 11:23:33 -07:00
commit 9e3622b4ec
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 8a0cdceca9f0b91b81905eb8497f6586bf8d1c6b
Subproject commit 59ae6e7073ff40c7e1a1556547b2e8b2ba03ea04

@ -1 +1 @@
Subproject commit a7e27bc046405f0dbcde091be99f5a5d564e2172
Subproject commit f0c570d11236f94f9c5449870223a5ac717cc580

View File

@ -110,7 +110,7 @@ module testbench;
$error("Must specify test directory using plusarg testDir");
end
if (P.BUS_SUPPORTED) $readmemh(memfilename, dut.uncore.uncore.ram.ram.memory.RAM);
if (P.BUS_SUPPORTED) $readmemh(memfilename, dut.uncoregen.uncore.ram.ram.memory.RAM);
else $error("Imperas test bench requires BUS.");
ProgramAddrMapFile = {testDir, "/ref/ref.elf.objdump.addr"};