the fix Rose provided in meeting

This commit is contained in:
Quswar Abid 2024-04-17 09:39:21 -07:00
parent 9a29668d1e
commit 1b18568d87

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"};