mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 21:44:29 +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
@ -31,7 +31,7 @@ vlib work
|
||||
# do wally-pipelined-batch.do ../config/rv32ic
|
||||
switch $argc {
|
||||
0 {vlog +incdir+../config/rv64ic ../testbench/testbench-imperas.sv ../src/*/*.sv -suppress 2583}
|
||||
1 {vlog +incdir+$1 ../testbench/testbench-imperas.sv ../src/*/*.sv -suppress 2583}
|
||||
1 {vlog +incdir+$1 ../testbench/testbench-imperas.sv ../src/*/*.sv -suppress 2583}
|
||||
}
|
||||
# start and run simulation
|
||||
# remove +acc flag for faster sim during regressions if there is no need to access internal signals
|
||||
|
@ -35,7 +35,7 @@ switch $argc {
|
||||
}
|
||||
# start and run simulation
|
||||
# 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
|
||||
|
||||
# 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"
|
||||
|
||||
module testbench();
|
||||
parameter FunctionRadixFile32 = "../../imperas-riscv-tests/FunctionRadix_32.addr";
|
||||
parameter FunctionRadixFile64 = "../../imperas-riscv-tests/FunctionRadix_64.addr";
|
||||
parameter ProgramIndexFile = "../../imperas-riscv-tests/ProgramMap.txt";
|
||||
parameter DEBUG = 1;
|
||||
parameter DEBUG = 0;
|
||||
|
||||
logic clk;
|
||||
logic reset;
|
||||
|
Loading…
Reference in New Issue
Block a user