mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 18:25:27 +00:00
adapted coremark bare testbench to new dtim RAM HDL
This commit is contained in:
parent
29634f1475
commit
db164462ed
@ -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