mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
the fix Rose provided in meeting
This commit is contained in:
parent
9a29668d1e
commit
1b18568d87
@ -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"};
|
||||
|
Loading…
Reference in New Issue
Block a user