mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
copy Ross's branch predictor preload change into busybear
This commit is contained in:
parent
8e51935082
commit
6d8bcfe6bf
@ -101,6 +101,8 @@ module testbench_busybear();
|
||||
$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/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
|
||||
|
||||
integer warningCount = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user