forked from Github_Repos/cvw
adapted coremark bare testbench to new dtim RAM HDL
This commit is contained in:
parent
4fd0ecff69
commit
d2fe42d6d0
@ -74,7 +74,7 @@ module testbench();
|
||||
memfilename = tests[0];
|
||||
$readmemh(memfilename, dut.imem.RAM);
|
||||
$readmemh(memfilename, dut.uncore.dtim.RAM);
|
||||
for(j=2371; j < 65535; j = j+1)
|
||||
for(j=268437829; j < 268566528; j = j+1)
|
||||
dut.uncore.dtim.RAM[j] = 64'b0;
|
||||
// ProgramAddrMapFile = "../../imperas-riscv-tests/riscv-ovpsim-plus/examples/CoreMark/coremark.RV64I.bare.elf.objdump.addr";
|
||||
// ProgramAddrMapFile = "../../imperas-riscv-tests/riscv-ovpsim-plus/examples/CoreMark/coremark.RV64I.bare.elf.objdump.lab";
|
||||
|
Loading…
Reference in New Issue
Block a user