forked from Github_Repos/cvw
copy Ross's branch predictor preload change into busybear
This commit is contained in:
parent
4c8952de6a
commit
400791163e
@ -101,6 +101,8 @@ module testbench_busybear();
|
|||||||
$readmemh("/courses/e190ax/busybear_boot/ram.txt", dut.uncore.dtim.RAM);
|
$readmemh("/courses/e190ax/busybear_boot/ram.txt", dut.uncore.dtim.RAM);
|
||||||
$readmemh("/courses/e190ax/busybear_boot/bootmem.txt", dut.imem.bootram, 'h1000 >> 3);
|
$readmemh("/courses/e190ax/busybear_boot/bootmem.txt", dut.imem.bootram, 'h1000 >> 3);
|
||||||
$readmemh("/courses/e190ax/busybear_boot/ram.txt", dut.imem.RAM);
|
$readmemh("/courses/e190ax/busybear_boot/ram.txt", dut.imem.RAM);
|
||||||
|
$readmemb(`TWO_BIT_PRELOAD, dut.hart.ifu.bpred.DirPredictor.memory.memory);
|
||||||
|
$readmemb(`BTB_PRELOAD, dut.hart.ifu.bpred.TargetPredictor.memory.memory);
|
||||||
end
|
end
|
||||||
|
|
||||||
integer warningCount = 0;
|
integer warningCount = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user