mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed the issue with the batch mode not working after adding the function radix.
This commit is contained in:
parent
2b9044b9aa
commit
0edaa625e3
@ -35,7 +35,7 @@ switch $argc {
|
|||||||
}
|
}
|
||||||
# start and run simulation
|
# start and run simulation
|
||||||
# remove +acc flag for faster sim during regressions if there is no need to access internal signals
|
# remove +acc flag for faster sim during regressions if there is no need to access internal signals
|
||||||
vopt +acc work.testbench -o workopt
|
vopt +acc -gDEBUG=1 work.testbench -o workopt
|
||||||
vsim workopt
|
vsim workopt
|
||||||
|
|
||||||
# load the branch predictors with known data. The value of the data is not important for function, but
|
# load the branch predictors with known data. The value of the data is not important for function, but
|
||||||
|
@ -27,10 +27,7 @@
|
|||||||
`include "wally-config.vh"
|
`include "wally-config.vh"
|
||||||
|
|
||||||
module testbench();
|
module testbench();
|
||||||
parameter FunctionRadixFile32 = "../../imperas-riscv-tests/FunctionRadix_32.addr";
|
parameter DEBUG = 0;
|
||||||
parameter FunctionRadixFile64 = "../../imperas-riscv-tests/FunctionRadix_64.addr";
|
|
||||||
parameter ProgramIndexFile = "../../imperas-riscv-tests/ProgramMap.txt";
|
|
||||||
parameter DEBUG = 1;
|
|
||||||
|
|
||||||
logic clk;
|
logic clk;
|
||||||
logic reset;
|
logic reset;
|
||||||
|
Loading…
Reference in New Issue
Block a user