forked from Github_Repos/cvw
Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main
This commit is contained in:
commit
0eeb6cc5b5
@ -101,7 +101,7 @@ with open(outDir+'checkpoint-PLIC_INT_PRIORITY', 'w') as outFile:
|
|||||||
outFile.write(stripZeroes(word[2:])+'\n')
|
outFile.write(stripZeroes(word[2:])+'\n')
|
||||||
with open(outDir+'checkpoint-PLIC_INT_ENABLE', 'w') as outFile:
|
with open(outDir+'checkpoint-PLIC_INT_ENABLE', 'w') as outFile:
|
||||||
for word in plicIntEnableArray:
|
for word in plicIntEnableArray:
|
||||||
outFile.write(word+'\n')
|
outFile.write(stripZeroes(word)+'\n')
|
||||||
with open(outDir+'checkpoint-PLIC_THRESHOLD', 'w') as outFile:
|
with open(outDir+'checkpoint-PLIC_THRESHOLD', 'w') as outFile:
|
||||||
for word in plicIntPriorityThresholdArray:
|
for word in plicIntPriorityThresholdArray:
|
||||||
outFile.write(stripZeroes(word[2:])+'\n')
|
outFile.write(stripZeroes(word[2:])+'\n')
|
||||||
|
@ -4,7 +4,7 @@ import sys, os, subprocess
|
|||||||
def main():
|
def main():
|
||||||
maxGoodCount = 400e6 # num instrs that execute sucessfully starting from 0
|
maxGoodCount = 400e6 # num instrs that execute sucessfully starting from 0
|
||||||
currInstrCount = maxGoodCount
|
currInstrCount = maxGoodCount
|
||||||
linuxTestvectors = "../../tests/linux-testgen/linux-testvectors"
|
linuxTestvectors = "/opt/riscv/linux-testvectors"
|
||||||
if not os.path.exists(linuxTestvectors):
|
if not os.path.exists(linuxTestvectors):
|
||||||
sys.stderr.write("Error: Linux testvectors not found at "+linuxTestvectors+"\n")
|
sys.stderr.write("Error: Linux testvectors not found at "+linuxTestvectors+"\n")
|
||||||
exit(1)
|
exit(1)
|
||||||
@ -22,7 +22,7 @@ def main():
|
|||||||
break
|
break
|
||||||
checkpoint = checkpointList[0]
|
checkpoint = checkpointList[0]
|
||||||
logFile = logDir+"checkpoint"+str(checkpoint)+".log"
|
logFile = logDir+"checkpoint"+str(checkpoint)+".log"
|
||||||
runCommand="{\nvsim -c <<!\ndo wally-pipelined-batch.do buildroot buildroot 0 "+str(checkpoint+1)+" "+str(checkpoint)+"\n!\n} | tee "+logFile
|
runCommand="{\nvsim -c <<!\ndo wally-pipelined-batch.do buildroot buildroot /opt/riscv 0 "+str(checkpoint+1)+" "+str(checkpoint)+"\n!\n} | tee "+logFile
|
||||||
print(runCommand)
|
print(runCommand)
|
||||||
os.system(runCommand)
|
os.system(runCommand)
|
||||||
try:
|
try:
|
||||||
|
@ -4,6 +4,7 @@ add wave -noupdate /testbench/clk
|
|||||||
add wave -noupdate /testbench/reset
|
add wave -noupdate /testbench/reset
|
||||||
add wave -noupdate /testbench/reset_ext
|
add wave -noupdate /testbench/reset_ext
|
||||||
add wave -noupdate -radix unsigned /testbench/InstrCountW
|
add wave -noupdate -radix unsigned /testbench/InstrCountW
|
||||||
|
add wave -noupdate -radix unsigned /testbench/AttemptedInstructionCount
|
||||||
add wave -noupdate /testbench/dut/core/SATP_REGW
|
add wave -noupdate /testbench/dut/core/SATP_REGW
|
||||||
add wave -noupdate /testbench/dut/core/IllegalFPUInstrD
|
add wave -noupdate /testbench/dut/core/IllegalFPUInstrD
|
||||||
add wave -noupdate -group HDU -expand -group hazards /testbench/dut/core/hzu/BPPredWrongE
|
add wave -noupdate -group HDU -expand -group hazards /testbench/dut/core/hzu/BPPredWrongE
|
||||||
@ -388,7 +389,6 @@ add wave -noupdate -expand -group lsu -expand -group ptwalker /testbench/dut/cor
|
|||||||
add wave -noupdate -expand -group lsu -expand -group ptwalker /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/hptw/PTE
|
add wave -noupdate -expand -group lsu -expand -group ptwalker /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/hptw/PTE
|
||||||
add wave -noupdate -expand -group lsu -expand -group ptwalker -expand -group types /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/ITLBMissF
|
add wave -noupdate -expand -group lsu -expand -group ptwalker -expand -group types /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/ITLBMissF
|
||||||
add wave -noupdate -expand -group lsu -expand -group ptwalker -expand -group types /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/ITLBMissOrDAFaultF
|
add wave -noupdate -expand -group lsu -expand -group ptwalker -expand -group types /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/ITLBMissOrDAFaultF
|
||||||
add wave -noupdate -expand -group lsu -expand -group ptwalker -expand -group types /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/hptw/DTLBMissM
|
|
||||||
add wave -noupdate -expand -group lsu -expand -group ptwalker -expand -group types /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/hptw/ITLBWriteF
|
add wave -noupdate -expand -group lsu -expand -group ptwalker -expand -group types /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/hptw/ITLBWriteF
|
||||||
add wave -noupdate -expand -group lsu -expand -group ptwalker -expand -group types /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/hptw/DTLBWriteM
|
add wave -noupdate -expand -group lsu -expand -group ptwalker -expand -group types /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/hptw/DTLBWriteM
|
||||||
add wave -noupdate -group AHB -color Gold /testbench/dut/core/ebu/BusState
|
add wave -noupdate -group AHB -color Gold /testbench/dut/core/ebu/BusState
|
||||||
@ -526,9 +526,7 @@ add wave -noupdate /testbench/dut/core/ifu/SpillSupport/spillsupport/TakeSpillF
|
|||||||
add wave -noupdate /testbench/dut/core/ifu/SpillSupport/spillsupport/SpillF
|
add wave -noupdate /testbench/dut/core/ifu/SpillSupport/spillsupport/SpillF
|
||||||
add wave -noupdate /testbench/dut/core/ifu/SpillSupport/spillsupport/IFUCacheBusStallF
|
add wave -noupdate /testbench/dut/core/ifu/SpillSupport/spillsupport/IFUCacheBusStallF
|
||||||
add wave -noupdate -color Yellow /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/hptw/DAPageFault
|
add wave -noupdate -color Yellow /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/hptw/DAPageFault
|
||||||
add wave -noupdate /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/hptw/OtherPageFault
|
|
||||||
add wave -noupdate /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/ITLBMissF
|
add wave -noupdate /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/ITLBMissF
|
||||||
add wave -noupdate /testbench/dut/core/lsu/VIRTMEM_SUPPORTED/lsuvirtmem/hptw/Accessed
|
|
||||||
add wave -noupdate /testbench/dut/core/lsu/dmmu/dmmu/tlb/tlb/tlbcontrol/WriteAccess
|
add wave -noupdate /testbench/dut/core/lsu/dmmu/dmmu/tlb/tlb/tlbcontrol/WriteAccess
|
||||||
add wave -noupdate /testbench/dut/core/lsu/dmmu/dmmu/tlb/tlb/tlbcontrol/TLBPageFault
|
add wave -noupdate /testbench/dut/core/lsu/dmmu/dmmu/tlb/tlb/tlbcontrol/TLBPageFault
|
||||||
TreeUpdate [SetDefaultTree]
|
TreeUpdate [SetDefaultTree]
|
||||||
|
@ -58,7 +58,7 @@ module csri #(parameter
|
|||||||
always_comb begin
|
always_comb begin
|
||||||
IntInM = 0;
|
IntInM = 0;
|
||||||
IntInM[11] = ExtIntM; // MEIP
|
IntInM[11] = ExtIntM; // MEIP
|
||||||
IntInM[9] = ExtIntS | (ExtIntM & MIDELEG_REGW[9]); // SEIP
|
IntInM[9] = (ExtIntM & MIDELEG_REGW[9]); // SEIP
|
||||||
IntInM[7] = TimerIntM; // MTIP
|
IntInM[7] = TimerIntM; // MTIP
|
||||||
IntInM[5] = TimerIntM & MIDELEG_REGW[5]; // STIP
|
IntInM[5] = TimerIntM & MIDELEG_REGW[5]; // STIP
|
||||||
IntInM[3] = SwIntM; // MSIP
|
IntInM[3] = SwIntM; // MSIP
|
||||||
|
@ -176,6 +176,7 @@ module testbench;
|
|||||||
integer CheckMIPFutureM;
|
integer CheckMIPFutureM;
|
||||||
integer CheckSIPFutureE;
|
integer CheckSIPFutureE;
|
||||||
integer CheckSIPFutureM;
|
integer CheckSIPFutureM;
|
||||||
|
logic [`XLEN-1:0] AttemptedInstructionCount;
|
||||||
// Useful Aliases
|
// Useful Aliases
|
||||||
`define RF dut.core.ieu.dp.regf.rf
|
`define RF dut.core.ieu.dp.regf.rf
|
||||||
`define PC dut.core.ifu.pcreg.q
|
`define PC dut.core.ifu.pcreg.q
|
||||||
@ -266,6 +267,19 @@ module testbench;
|
|||||||
end \
|
end \
|
||||||
end
|
end
|
||||||
|
|
||||||
|
`define INIT_CHECKPOINT_PACKED_ARRAY(SIGNAL,DIM,ARRAY_MAX,ARRAY_MIN) \
|
||||||
|
`MAKE_CHECKPOINT_INIT_SIGNAL(SIGNAL,DIM,ARRAY_MAX,ARRAY_MIN) \
|
||||||
|
for (i=ARRAY_MIN; i<ARRAY_MAX+1; i=i+1) begin \
|
||||||
|
initial begin \
|
||||||
|
if (CHECKPOINT!=0) begin \
|
||||||
|
force `SIGNAL[i] = init``SIGNAL[i]; \
|
||||||
|
while (reset!==1) #1; \
|
||||||
|
while (reset!==0) #1; \
|
||||||
|
#1; \
|
||||||
|
release `SIGNAL[i]; \
|
||||||
|
end \
|
||||||
|
end \
|
||||||
|
end
|
||||||
// For the annoying case where the pathname to the array elements includes
|
// For the annoying case where the pathname to the array elements includes
|
||||||
// a "genblk<i>" in the signal name
|
// a "genblk<i>" in the signal name
|
||||||
`define INIT_CHECKPOINT_GENBLK_ARRAY(SIGNAL_BASE,SIGNAL,DIM,ARRAY_MAX,ARRAY_MIN) \
|
`define INIT_CHECKPOINT_GENBLK_ARRAY(SIGNAL_BASE,SIGNAL,DIM,ARRAY_MAX,ARRAY_MIN) \
|
||||||
@ -296,6 +310,7 @@ module testbench;
|
|||||||
end \
|
end \
|
||||||
end
|
end
|
||||||
|
|
||||||
|
genvar i;
|
||||||
`INIT_CHECKPOINT_SIMPLE_ARRAY(RF, [`XLEN-1:0],31,1);
|
`INIT_CHECKPOINT_SIMPLE_ARRAY(RF, [`XLEN-1:0],31,1);
|
||||||
`INIT_CHECKPOINT_SIMPLE_ARRAY(HPMCOUNTER, [`XLEN-1:0],`COUNTERS-1,0);
|
`INIT_CHECKPOINT_SIMPLE_ARRAY(HPMCOUNTER, [`XLEN-1:0],`COUNTERS-1,0);
|
||||||
`INIT_CHECKPOINT_VAL(PC, [`XLEN-1:0]);
|
`INIT_CHECKPOINT_VAL(PC, [`XLEN-1:0]);
|
||||||
@ -333,9 +348,9 @@ module testbench;
|
|||||||
//`INIT_CHECKPOINT_VAL(UART_LSR, [7:0]);
|
//`INIT_CHECKPOINT_VAL(UART_LSR, [7:0]);
|
||||||
//`INIT_CHECKPOINT_VAL(UART_MSR, [7:0]);
|
//`INIT_CHECKPOINT_VAL(UART_MSR, [7:0]);
|
||||||
`INIT_CHECKPOINT_VAL(UART_SCR, [7:0]);
|
`INIT_CHECKPOINT_VAL(UART_SCR, [7:0]);
|
||||||
`INIT_CHECKPOINT_SIMPLE_ARRAY(PLIC_INT_PRIORITY, [2:0],`PLIC_NUM_SRC,1);
|
`INIT_CHECKPOINT_PACKED_ARRAY(PLIC_INT_PRIORITY, [2:0],`PLIC_NUM_SRC,1);
|
||||||
`INIT_CHECKPOINT_SIMPLE_ARRAY(PLIC_INT_ENABLE, [`PLIC_NUM_SRC:1],1,0);
|
`INIT_CHECKPOINT_PACKED_ARRAY(PLIC_INT_ENABLE, [`PLIC_NUM_SRC:1],1,0);
|
||||||
`INIT_CHECKPOINT_SIMPLE_ARRAY(PLIC_THRESHOLD, [2:0],1,0);
|
`INIT_CHECKPOINT_PACKED_ARRAY(PLIC_THRESHOLD, [2:0],1,0);
|
||||||
|
|
||||||
integer memFile;
|
integer memFile;
|
||||||
integer readResult;
|
integer readResult;
|
||||||
@ -366,11 +381,13 @@ module testbench;
|
|||||||
traceFileM = $fopen({testvectorDir,"all.txt"}, "r");
|
traceFileM = $fopen({testvectorDir,"all.txt"}, "r");
|
||||||
traceFileE = $fopen({testvectorDir,"all.txt"}, "r");
|
traceFileE = $fopen({testvectorDir,"all.txt"}, "r");
|
||||||
InstrCountW = '0;
|
InstrCountW = '0;
|
||||||
|
AttemptedInstructionCount = '0;
|
||||||
end else begin // checkpoint
|
end else begin // checkpoint
|
||||||
//$readmemh({checkpointDir,"ram.txt"}, dut.uncore.ram.ram.RAM);
|
//$readmemh({checkpointDir,"ram.txt"}, dut.uncore.ram.ram.RAM);
|
||||||
traceFileE = $fopen({checkpointDir,"all.txt"}, "r");
|
traceFileE = $fopen({checkpointDir,"all.txt"}, "r");
|
||||||
traceFileM = $fopen({checkpointDir,"all.txt"}, "r");
|
traceFileM = $fopen({checkpointDir,"all.txt"}, "r");
|
||||||
InstrCountW = CHECKPOINT;
|
InstrCountW = CHECKPOINT;
|
||||||
|
AttemptedInstructionCount = CHECKPOINT;
|
||||||
// manual checkpoint initializations that don't neatly fit into MACRO
|
// manual checkpoint initializations that don't neatly fit into MACRO
|
||||||
force {`STATUS_TSR,`STATUS_TW,`STATUS_TVM,`STATUS_MXR,`STATUS_SUM,`STATUS_MPRV} = initMSTATUS[0][22:17];
|
force {`STATUS_TSR,`STATUS_TW,`STATUS_TVM,`STATUS_MXR,`STATUS_SUM,`STATUS_MPRV} = initMSTATUS[0][22:17];
|
||||||
force {`STATUS_FS,`STATUS_MPP} = initMSTATUS[0][14:11];
|
force {`STATUS_FS,`STATUS_MPP} = initMSTATUS[0][14:11];
|
||||||
@ -426,6 +443,9 @@ module testbench;
|
|||||||
for(index``STAGE = 0; index``STAGE < line``STAGE.len(); index``STAGE++) begin \
|
for(index``STAGE = 0; index``STAGE < line``STAGE.len(); index``STAGE++) begin \
|
||||||
//$display("char = %s", line``STAGE[index]); \
|
//$display("char = %s", line``STAGE[index]); \
|
||||||
if (line``STAGE[index``STAGE] == " " | line``STAGE[index``STAGE] == "\n") begin \
|
if (line``STAGE[index``STAGE] == " " | line``STAGE[index``STAGE] == "\n") begin \
|
||||||
|
if (line``STAGE[index``STAGE] == "\n" & `"STAGE`"=="M") begin \
|
||||||
|
AttemptedInstructionCount += 1; \
|
||||||
|
end \
|
||||||
EndIndex``STAGE = index``STAGE; \
|
EndIndex``STAGE = index``STAGE; \
|
||||||
ExpectedTokens``STAGE[TokenIndex``STAGE] = line``STAGE.substr(StartIndex``STAGE, EndIndex``STAGE-1); \
|
ExpectedTokens``STAGE[TokenIndex``STAGE] = line``STAGE.substr(StartIndex``STAGE, EndIndex``STAGE-1); \
|
||||||
//$display("In Tokenizer %s", line``STAGE.substr(StartIndex, EndIndex-1)); \
|
//$display("In Tokenizer %s", line``STAGE.substr(StartIndex, EndIndex-1)); \
|
||||||
|
@ -1450,29 +1450,31 @@ string imperas32f[] = '{
|
|||||||
|
|
||||||
string wally64priv[] = '{
|
string wally64priv[] = '{
|
||||||
`WALLYTEST,
|
`WALLYTEST,
|
||||||
"rv64i_m/privilege/WALLY-CSR-permission-s-01", "004080",
|
"rv64i_m/privilege/WALLY-CSR-permission-s-01", "0050a0",
|
||||||
//"rv64i_m/privilege/WALLY-CSR-PERMISSIONS-M", "005070",
|
//"rv64i_m/privilege/WALLY-CSR-PERMISSIONS-M", "005070",
|
||||||
//"rv64i_m/privilege/WALLY-CSR-PERMISSIONS-S", "003070",
|
//"rv64i_m/privilege/WALLY-CSR-PERMISSIONS-S", "003070",
|
||||||
"rv64i_m/privilege/WALLY-CSR-permission-u-01", "005080",
|
"rv64i_m/privilege/WALLY-CSR-permission-u-01", "0050a0",
|
||||||
// "rv64i_m/privilege/WALLY-MARCHID", "003070",
|
// "rv64i_m/privilege/WALLY-MARCHID", "003070",
|
||||||
/* "rv64i_m/privilege/WALLY-MCAUSE", "003070",
|
/* "rv64i_m/privilege/WALLY-MCAUSE", "003070",
|
||||||
"rv64i_m/privilege/WALLY-MEDELEG", "003070",
|
"rv64i_m/privilege/WALLY-MEDELEG", "003070",
|
||||||
"rv64i_m/privilege/WALLY-MHARTID", "003070",
|
"rv64i_m/privilege/WALLY-MHARTID", "003070",
|
||||||
"rv64i_m/privilege/WALLY-MIMPID", "003070",*/
|
"rv64i_m/privilege/WALLY-MIMPID", "003070",*/
|
||||||
"rv64i_m/privilege/WALLY-minfo-01", "004080",
|
"rv64i_m/privilege/WALLY-minfo-01", "0040a0",
|
||||||
"rv64i_m/privilege/WALLY-misa-01", "004080",
|
"rv64i_m/privilege/WALLY-misa-01", "0040a0",
|
||||||
"rv64i_m/privilege/WALLY-MMU-SV39", "004080",
|
"rv64i_m/privilege/WALLY-MMU-SV39", "0040a0",
|
||||||
"rv64i_m/privilege/WALLY-MMU-SV48", "004080",
|
"rv64i_m/privilege/WALLY-MMU-SV48", "0040a0",
|
||||||
/* "rv64i_m/privilege/WALLY-MSTATUS", "002070",
|
/* "rv64i_m/privilege/WALLY-MSTATUS", "002070",
|
||||||
"rv64i_m/privilege/WALLY-MTVEC", "002070",
|
"rv64i_m/privilege/WALLY-MTVEC", "002070",
|
||||||
"rv64i_m/privilege/WALLY-MVENDORID", "003070", */
|
"rv64i_m/privilege/WALLY-MVENDORID", "003070", */
|
||||||
"rv64i_m/privilege/WALLY-PMA", "004080",
|
"rv64i_m/privilege/WALLY-PMA", "0040a0",
|
||||||
"rv64i_m/privilege/WALLY-PMP", "004080",
|
"rv64i_m/privilege/WALLY-PMP", "0040a0",
|
||||||
// "rv64i_m/privilege/WALLY-SCAUSE", "002070",
|
// "rv64i_m/privilege/WALLY-SCAUSE", "002070",
|
||||||
"rv64i_m/privilege/WALLY-scratch-01", "004080",
|
"rv64i_m/privilege/WALLY-scratch-01", "0040a0",
|
||||||
"rv64i_m/privilege/WALLY-sscratch-s-01", "004080"
|
"rv64i_m/privilege/WALLY-sscratch-s-01", "0040a0"
|
||||||
|
// "rv64i_m/privilege/WALLY-trap-01", "0040a0"
|
||||||
// "rv64i_m/privilege/WALLY-STVEC", "002070",
|
// "rv64i_m/privilege/WALLY-STVEC", "002070",
|
||||||
// "rv64i_m/privilege/WALLY-UCAUSE", "002070"
|
// "rv64i_m/privilege/WALLY-UCAUSE", "002070",
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
string wally64periph[] = '{
|
string wally64periph[] = '{
|
||||||
|
@ -56,7 +56,8 @@ target_tests_nosim = \
|
|||||||
WALLY-MIMPID \
|
WALLY-MIMPID \
|
||||||
WALLY-MVENDORID \
|
WALLY-MVENDORID \
|
||||||
WALLY-CSR-PERMISSIONS-M \
|
WALLY-CSR-PERMISSIONS-M \
|
||||||
WALLY-CSR-PERMISSIONS-S
|
WALLY-CSR-PERMISSIONS-S \
|
||||||
|
WALLY-trap-01 \
|
||||||
# Have all 0's in references!
|
# Have all 0's in references!
|
||||||
#WALLY-MEPC \
|
#WALLY-MEPC \
|
||||||
#WALLY-SEPC \
|
#WALLY-SEPC \
|
||||||
|
@ -1,3 +1,93 @@
|
|||||||
|
00000aaa # Test 5.3.1.4: readback value from writing mie to enable interrupts
|
||||||
|
00000000
|
||||||
|
00000001 # mcause from an instruction access fault
|
||||||
|
00000000
|
||||||
|
00000000 # mtval of faulting instruction address (0x0)
|
||||||
|
00000000
|
||||||
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
00000002 # mcause from an Illegal instruction
|
||||||
|
00000000
|
||||||
|
00000000 # mtval of faulting instruction (0x0)
|
||||||
|
00000000
|
||||||
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
00000003 # mcause from Breakpoint
|
||||||
|
00000000
|
||||||
|
800003ec # mtval of breakpoint instruction adress (0x800003ec)
|
||||||
|
00000000
|
||||||
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
00000004 # mcause from load address misaligned
|
||||||
|
00000000
|
||||||
|
800003f5 # mtval of misaligned address (0x800003f5)
|
||||||
|
00000000
|
||||||
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
00000005 # mcause from load access
|
||||||
|
00000000
|
||||||
|
00000000 # mtval of accessed adress (0x0)
|
||||||
|
00000000
|
||||||
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
00000006 # mcause from store misaligned
|
||||||
|
00000000
|
||||||
|
80000411 # mtval of address with misaligned store instr (0x80000410)
|
||||||
|
00000000
|
||||||
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
00000007 # mcause from store access
|
||||||
|
00000000
|
||||||
|
00000000 # mtval of accessed address (0x0)
|
||||||
|
00000000
|
||||||
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
0000000b # mcause from M mode ecall
|
||||||
|
00000000
|
||||||
|
00000000 # mtval of ecall (*** defined to be zero for now)
|
||||||
|
00000000
|
||||||
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
00000008 # mcause from U mode ecall
|
||||||
|
00000000
|
||||||
|
00000000 # mtval of ecall (*** defined to be zero for now)
|
||||||
|
00000000
|
||||||
|
00000080 # masked out mstatus.MPP = 00 (from U mode), mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
00000009 # mcause from S mode ecall
|
||||||
|
00000000
|
||||||
|
00000000 # mtval of ecall (*** defined to be zero for now)
|
||||||
|
00000000
|
||||||
|
00000880 # masked out mstatus.MPP = 01 (from S mode), mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
000007ec # value to indicate a vectored interrupts
|
||||||
|
00000000
|
||||||
|
00000007 # mcause value from m time interrupt
|
||||||
|
80000000
|
||||||
|
00000000 # mtval for mtime interrupt (0x0)
|
||||||
|
00000000
|
||||||
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
000007ec # value to indicate a vectored interrupts
|
||||||
|
00000000
|
||||||
|
00000001 # mcause value from m soft interrupt
|
||||||
|
80000000
|
||||||
|
00000000 # mtval for msoft interrupt (0x0)
|
||||||
|
00000000
|
||||||
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
000007ec # value to indicate a vectored interrupts
|
||||||
|
00000000
|
||||||
|
0000000b # mcause value from m ext interrupt
|
||||||
|
80000000
|
||||||
|
00000000 # mtval for mext interrupt (0x0)
|
||||||
|
00000000
|
||||||
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
0000b309 # medeleg after attempted write of all 1's (only some bits are writeable)
|
||||||
|
00000000
|
||||||
|
00000222 # mideleg after attempted write of all 1's (only some bits are writeable)
|
||||||
|
00000000
|
||||||
00000001 # Test 5.3.1.4: mcause from an instruction access fault
|
00000001 # Test 5.3.1.4: mcause from an instruction access fault
|
||||||
00000000
|
00000000
|
||||||
00000000 # mtval of faulting instruction address (0x0)
|
00000000 # mtval of faulting instruction address (0x0)
|
||||||
@ -12,49 +102,67 @@
|
|||||||
00000000
|
00000000
|
||||||
00000003 # mcause from Breakpoint
|
00000003 # mcause from Breakpoint
|
||||||
00000000
|
00000000
|
||||||
00000000 # mtval of breakpoint instruction adress (*** Determined from make)
|
800003ec # mtval of breakpoint instruction adress (0x800003ec)
|
||||||
00000000
|
00000000
|
||||||
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
00000000
|
00000000
|
||||||
00000004 # mcause from load address misaligned
|
00000004 # mcause from load address misaligned
|
||||||
00000000
|
00000000
|
||||||
00000000 # mtval of misaligned address (*** Determined from make)
|
800003f5 # mtval of misaligned address (0x800003f5)
|
||||||
00000000
|
00000000
|
||||||
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
00000000
|
00000000
|
||||||
00000005 # mcause from load access
|
00000005 # mcause from load access
|
||||||
00000000
|
00000000
|
||||||
00000000 # mtval of address with access faulting instr (*** Determined from make)
|
00000000 # mtval of accessed adress (0x0)
|
||||||
00000000
|
00000000
|
||||||
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
00000000
|
00000000
|
||||||
00000006 # mcause from store misaligned
|
00000006 # mcause from store misaligned
|
||||||
00000000
|
00000000
|
||||||
00000000 # mtval of address with misaligned store instr (*** Determined from make)
|
80000411 # mtval of address with misaligned store instr (0x80000410)
|
||||||
00000000
|
00000000
|
||||||
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
00000000
|
00000000
|
||||||
00000007 # mcause from store access
|
00000007 # mcause from store access
|
||||||
00000000
|
00000000
|
||||||
00000000 # mtval of address with faulting store instr (*** Determined from make)
|
00000000 # mtval of accessed address (0x0)
|
||||||
00000000
|
00000000
|
||||||
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
00000000
|
00000000
|
||||||
0000000b # mcause from M mode ecall
|
0000000b # mcause from M mode ecall
|
||||||
00000000
|
00000000
|
||||||
00000000 # mtval of
|
00000000 # mtval of ecall (*** defined to be zero for now)
|
||||||
00000000
|
00000000
|
||||||
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
00000000
|
00000000
|
||||||
00000008 # mcause from U mode ecall
|
000007ec # value to indicate a vectored interrupts
|
||||||
00000000
|
00000000
|
||||||
00000000 # mtval of
|
00000007 # mcause value from time interrupt
|
||||||
|
80000000
|
||||||
|
00000000 # mtval for mtime interrupt (0x0)
|
||||||
00000000
|
00000000
|
||||||
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
00000000
|
00000000
|
||||||
00000009 # mcause from S mode ecall
|
000007ec # value to indicate a vectored interrupts
|
||||||
00000000
|
00000000
|
||||||
00000000 # mtval of address with faulting store instr (*** Determined from make)
|
00000001 # mcause value from m soft interrupt
|
||||||
|
80000000
|
||||||
|
00000000 # mtval for msoft interrupt (0x0)
|
||||||
|
00000000
|
||||||
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
000007ec # value to indicate a vectored interrupts
|
||||||
|
00000000
|
||||||
|
0000000b # mcause value from m ext interrupt
|
||||||
|
80000000
|
||||||
|
00000000 # mtval for mext interrupt (0x0)
|
||||||
|
00000000
|
||||||
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
|
00000000
|
||||||
|
0000000b # mcause from M mode ecall from test termination
|
||||||
|
00000000
|
||||||
|
00000000 # mtval of ecall (*** defined to be zero for now)
|
||||||
00000000
|
00000000
|
||||||
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
00001880 # masked out mstatus.MPP = 11, mstatus.MPIE = 1, and mstatus.MIE = 0
|
||||||
00000000
|
00000000
|
||||||
@ -964,119 +1072,3 @@ deadbeef
|
|||||||
deadbeef
|
deadbeef
|
||||||
deadbeef
|
deadbeef
|
||||||
deadbeef
|
deadbeef
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
deadbeef
|
|
||||||
|
@ -55,6 +55,99 @@ RVTEST_CODE_BEGIN
|
|||||||
|
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
// Code to trigger traps goes here so we have consistent mtvals for instruction adresses
|
||||||
|
// Even if more tests are added.
|
||||||
|
.macro CAUSE_TRAP_TRIGGERS
|
||||||
|
j end_trap_triggers
|
||||||
|
|
||||||
|
// The following tests involve causing many of the interrupts and exceptions that are easily done in a few lines
|
||||||
|
// This effectively includes everything that isn't to do with page faults (virtual memory)
|
||||||
|
|
||||||
|
cause_instr_addr_misaligned:
|
||||||
|
// cause a misaligned address trap
|
||||||
|
auipc x28, 0 // get current PC, which is aligned
|
||||||
|
addi x28, x28, 0x3 // add 1 to pc to create misaligned address
|
||||||
|
jr x28 // cause instruction address midaligned trap
|
||||||
|
ret
|
||||||
|
|
||||||
|
cause_instr_access:
|
||||||
|
la x28, 0x0 // address zero is an address with no memory
|
||||||
|
sd x1, -8(sp) // push the return adress ontot the stack
|
||||||
|
addi sp, sp, -8
|
||||||
|
jalr x28 // cause instruction access trap
|
||||||
|
ld x1, 0(sp) // pop return adress back from the stack
|
||||||
|
addi sp, sp, 8
|
||||||
|
ret
|
||||||
|
|
||||||
|
cause_illegal_instr:
|
||||||
|
.word 0x00000000 // a 32 bit zros is an illegal instruction
|
||||||
|
ret
|
||||||
|
|
||||||
|
cause_breakpnt: // ****
|
||||||
|
ebreak
|
||||||
|
ret
|
||||||
|
|
||||||
|
cause_load_addr_misaligned:
|
||||||
|
auipc x28, 0 // get current PC, which is aligned
|
||||||
|
addi x28, x28, 1
|
||||||
|
lw x29, 0(x28) // load from a misaligned address
|
||||||
|
ret
|
||||||
|
|
||||||
|
cause_load_acc:
|
||||||
|
la x28, 0 // 0 is an address with no memory
|
||||||
|
lw x29, 0(x28) // load from unimplemented address
|
||||||
|
ret
|
||||||
|
|
||||||
|
cause_store_addr_misaligned:
|
||||||
|
auipc x28, 0 // get current PC, which is aligned
|
||||||
|
addi x28, x28, 1
|
||||||
|
sw x29, 0(x28) // store to a misaligned address
|
||||||
|
ret
|
||||||
|
|
||||||
|
cause_store_acc:
|
||||||
|
la x28, 0 // 0 is an address with no memory
|
||||||
|
sw x29, 0(x28) // store to unimplemented address
|
||||||
|
ret
|
||||||
|
|
||||||
|
cause_ecall:
|
||||||
|
// *** ASSUMES you have already gone to the mode you need to call this from.
|
||||||
|
ecall
|
||||||
|
ret
|
||||||
|
|
||||||
|
cause_time_interrupt:
|
||||||
|
// The following code works for both RV32 and RV64.
|
||||||
|
// RV64 alone would be easier using double-word adds and stores
|
||||||
|
li x28, 0x100 // Desired offset from the present time
|
||||||
|
la x29, 0x02004000 // MTIMECMP register in CLINT
|
||||||
|
la x30, 0x0200BFF8 // MTIME register in CLINT
|
||||||
|
lw x7, 0(x30) // low word of MTIME
|
||||||
|
lw x31, 4(x30) // high word of MTIME
|
||||||
|
add x28, x7, x28 // add desired offset to the current time
|
||||||
|
bgtu x28, x7, nowrap // check new time exceeds current time (no wraparound)
|
||||||
|
addi x31, x31, 1 // if wrap, increment most significant word
|
||||||
|
sw x31,4(x29) // store into most significant word of MTIMECMP
|
||||||
|
nowrap:
|
||||||
|
sw x28, 0(x29) // store into least significant word of MTIMECMP
|
||||||
|
loop: j loop // wait until interrupt occurs
|
||||||
|
ret
|
||||||
|
|
||||||
|
cause_soft_interrupt:
|
||||||
|
la x28, 0x02000000 // MSIP register in CLINT
|
||||||
|
li x29, 1 // 1 in the lsb
|
||||||
|
sw x29, 0(x28) // Write MSIP bit
|
||||||
|
ret
|
||||||
|
|
||||||
|
cause_ext_interrupt:
|
||||||
|
li x28, 0x10060000 // load base GPIO memory location
|
||||||
|
li x29, 0x1
|
||||||
|
sw x29, 8(x28) // enable the first pin as an output
|
||||||
|
sw x29, 28(x28) // set first pin to high interrupt enable
|
||||||
|
sw x29, 40(x28) // write a 1 to the first output pin (cause interrupt)
|
||||||
|
ret
|
||||||
|
|
||||||
|
end_trap_triggers:
|
||||||
|
.endm
|
||||||
|
|
||||||
.macro TRAP_HANDLER MODE, VECTORED=1, DEBUG=0
|
.macro TRAP_HANDLER MODE, VECTORED=1, DEBUG=0
|
||||||
// MODE decides which mode this trap handler will be taken in (M or S mode)
|
// MODE decides which mode this trap handler will be taken in (M or S mode)
|
||||||
// Vectored decides whether interrumpts are handled with the vector table at trap_handler_MODE (1)
|
// Vectored decides whether interrumpts are handled with the vector table at trap_handler_MODE (1)
|
||||||
@ -577,7 +670,7 @@ trap_handler_end_\MODE\(): // place to jump to so we can skip the trap handler a
|
|||||||
// The previous CSR value before write attempt
|
// The previous CSR value before write attempt
|
||||||
// *** Most likely 0x2, the mcause for illegal instruction if we don't have write or read access
|
// *** Most likely 0x2, the mcause for illegal instruction if we don't have write or read access
|
||||||
li x30, 0xbad // load bad value to be overwritten by csrr
|
li x30, 0xbad // load bad value to be overwritten by csrr
|
||||||
li x29, \VAL
|
li x29, \VAL\()
|
||||||
csrw \CSR\(), x29
|
csrw \CSR\(), x29
|
||||||
csrr x30, \CSR
|
csrr x30, \CSR
|
||||||
sd x30, 0(x6)
|
sd x30, 0(x6)
|
||||||
@ -627,86 +720,86 @@ trap_handler_end_\MODE\(): // place to jump to so we can skip the trap handler a
|
|||||||
addi x16, x16, 8
|
addi x16, x16, 8
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
// The following tests involve causing many of the interrupts and exceptions that are easily done in a few lines
|
// // The following tests involve causing many of the interrupts and exceptions that are easily done in a few lines
|
||||||
// This effectively includes everything that isn't to do with page faults (virtual memory)
|
// // This effectively includes everything that isn't to do with page faults (virtual memory)
|
||||||
|
|
||||||
.macro CAUSE_INSTR_ADDR_MISALIGNED
|
// .macro CAUSE_INSTR_ADDR_MISALIGNED
|
||||||
// cause a misaligned address trap
|
// // cause a misaligned address trap
|
||||||
auipc x28, 0 // get current PC, which is aligned
|
// auipc x28, 0 // get current PC, which is aligned
|
||||||
addi x28, x28, 0x1 // add 1 to pc to create misaligned address
|
// addi x28, x28, 0x1 // add 1 to pc to create misaligned address
|
||||||
jalr x28 // cause instruction address midaligned trap
|
// jalr x28 // cause instruction address midaligned trap
|
||||||
.endm
|
// .endm
|
||||||
|
|
||||||
.macro CAUSE_INSTR_ACCESS
|
// .macro CAUSE_INSTR_ACCESS
|
||||||
la x28, 0x0 // address zero is an address with no memory
|
// la x28, 0x0 // address zero is an address with no memory
|
||||||
jalr x28 // cause instruction access trap
|
// jalr x28 // cause instruction access trap
|
||||||
.endm
|
// .endm
|
||||||
|
|
||||||
.macro CAUSE_ILLEGAL_INSTR
|
// .macro CAUSE_ILLEGAL_INSTR
|
||||||
.word 0x00000000 // a 32 bit zros is an illegal instruction
|
// .word 0x00000000 // a 32 bit zros is an illegal instruction
|
||||||
.endm
|
// .endm
|
||||||
|
|
||||||
.macro CAUSE_BREAKPNT // ****
|
// .macro CAUSE_BREAKPNT // ****
|
||||||
ebreak
|
// ebreak
|
||||||
.endm
|
// .endm
|
||||||
|
|
||||||
.macro CAUSE_LOAD_ADDR_MISALIGNED
|
// .macro CAUSE_LOAD_ADDR_MISALIGNED
|
||||||
auipc x28, 0 // get current PC, which is aligned
|
// auipc x28, 0 // get current PC, which is aligned
|
||||||
addi x28, x28, 1
|
// addi x28, x28, 1
|
||||||
lw x29, 0(x28) // load from a misaligned address
|
// lw x29, 0(x28) // load from a misaligned address
|
||||||
.endm
|
// .endm
|
||||||
|
|
||||||
.macro CAUSE_LOAD_ACC
|
// .macro CAUSE_LOAD_ACC
|
||||||
la x28, 0 // 0 is an address with no memory
|
// la x28, 0 // 0 is an address with no memory
|
||||||
lw x29, 0(x28) // load from unimplemented address
|
// lw x29, 0(x28) // load from unimplemented address
|
||||||
.endm
|
// .endm
|
||||||
|
|
||||||
.macro CAUSE_STORE_ADDR_MISALIGNED
|
// .macro CAUSE_STORE_ADDR_MISALIGNED
|
||||||
auipc x28, 0 // get current PC, which is aligned
|
// auipc x28, 0 // get current PC, which is aligned
|
||||||
addi x28, x28, 1
|
// addi x28, x28, 1
|
||||||
sw x29, 0(x28) // store to a misaligned address
|
// sw x29, 0(x28) // store to a misaligned address
|
||||||
.endm
|
// .endm
|
||||||
|
|
||||||
.macro CAUSE_STORE_ACC
|
// .macro CAUSE_STORE_ACC
|
||||||
la x28, 0 // 0 is an address with no memory
|
// la x28, 0 // 0 is an address with no memory
|
||||||
sw x29, 0(x28) // store to unimplemented address
|
// sw x29, 0(x28) // store to unimplemented address
|
||||||
.endm
|
// .endm
|
||||||
|
|
||||||
.macro CAUSE_ECALL
|
// .macro CAUSE_ECALL
|
||||||
// *** ASSUMES you have already gone to the mode you need to call this from.
|
// // *** ASSUMES you have already gone to the mode you need to call this from.
|
||||||
ecall
|
// ecall
|
||||||
.endm
|
// .endm
|
||||||
|
|
||||||
.macro CAUSE_TIME_INTERRUPT
|
// .macro CAUSE_TIME_INTERRUPT
|
||||||
// The following code works for both RV32 and RV64.
|
// // The following code works for both RV32 and RV64.
|
||||||
// RV64 alone would be easier using double-word adds and stores
|
// // RV64 alone would be easier using double-word adds and stores
|
||||||
li x28, 0x100 // Desired offset from the present time
|
// li x28, 0x100 // Desired offset from the present time
|
||||||
la x29, 0x02004000 // MTIMECMP register in CLINT
|
// la x29, 0x02004000 // MTIMECMP register in CLINT
|
||||||
la x30, 0x0200BFF8 // MTIME register in CLINT
|
// la x30, 0x0200BFF8 // MTIME register in CLINT
|
||||||
lw x7, 0(x30) // low word of MTIME
|
// lw x7, 0(x30) // low word of MTIME
|
||||||
lw x31, 4(x30) // high word of MTIME
|
// lw x31, 4(x30) // high word of MTIME
|
||||||
add x28, x7, x28 // add desired offset to the current time
|
// add x28, x7, x28 // add desired offset to the current time
|
||||||
bgtu x28, x7, nowrap // check new time exceeds current time (no wraparound)
|
// bgtu x28, x7, nowrap // check new time exceeds current time (no wraparound)
|
||||||
addi x31, x31, 1 // if wrap, increment most significant word
|
// addi x31, x31, 1 // if wrap, increment most significant word
|
||||||
sw x31,4(x29) // store into most significant word of MTIMECMP
|
// sw x31,4(x29) // store into most significant word of MTIMECMP
|
||||||
nowrap:
|
// nowrap:
|
||||||
sw x28, 0(x29) // store into least significant word of MTIMECMP
|
// sw x28, 0(x29) // store into least significant word of MTIMECMP
|
||||||
loop: j loop // wait until interrupt occurs
|
// loop: j loop // wait until interrupt occurs
|
||||||
.endm
|
// .endm
|
||||||
|
|
||||||
.macro CAUSE_SOFT_INTERRUPT
|
// .macro CAUSE_SOFT_INTERRUPT
|
||||||
la x28, 0x02000000 // MSIP register in CLINT
|
// la x28, 0x02000000 // MSIP register in CLINT
|
||||||
li x29, 1 // 1 in the lsb
|
// li x29, 1 // 1 in the lsb
|
||||||
sw x29, 0(x28) // Write MSIP bit
|
// sw x29, 0(x28) // Write MSIP bit
|
||||||
.endm
|
// .endm
|
||||||
|
|
||||||
.macro CAUSE_EXT_INTERRUPT
|
// .macro CAUSE_EXT_INTERRUPT
|
||||||
li x28, 0x10060000 // load base GPIO memory location
|
// li x28, 0x10060000 // load base GPIO memory location
|
||||||
li x29, 0x1
|
// li x29, 0x1
|
||||||
sw x29, 8(x28) // enable the first pin as an output
|
// sw x29, 8(x28) // enable the first pin as an output
|
||||||
sw x29, 28(x28) // set first pin to high interrupt enable
|
// sw x29, 28(x28) // set first pin to high interrupt enable
|
||||||
sw x29, 40(x28) // write a 1 to the first output pin (cause interrupt)
|
// sw x29, 40(x28) // write a 1 to the first output pin (cause interrupt)
|
||||||
.endm
|
// .endm
|
||||||
|
|
||||||
.macro END_TESTS
|
.macro END_TESTS
|
||||||
// invokes one final ecall to return to machine mode then terminates this program, so the output is
|
// invokes one final ecall to return to machine mode then terminates this program, so the output is
|
||||||
|
@ -25,50 +25,50 @@
|
|||||||
|
|
||||||
INIT_TESTS
|
INIT_TESTS
|
||||||
|
|
||||||
|
CAUSE_TRAP_TRIGGERS // initialize code that will cause traps for consistent mtval addresses
|
||||||
|
|
||||||
TRAP_HANDLER m, DEBUG=1 // turn on recording mtval and status bits on traps
|
TRAP_HANDLER m, DEBUG=1 // turn on recording mtval and status bits on traps
|
||||||
|
|
||||||
li x28, 0x8
|
li x28, 0x8
|
||||||
csrs mstatus, x28 // set mstatus.MIE bit to 1
|
csrs mstatus, x28 // set mstatus.MIE bit to 1
|
||||||
// WRITE_READ_CSR mie, 0xFFFF *** commented out until I can get the trap handler (and spike for time interrupts) to work correctly with interrupts
|
WRITE_READ_CSR mie, 0xFFF // Enable interrupts from all sources // *** commented out until I can get the trap handler (and spike for time interrupts) to work correctly with interrupts
|
||||||
|
|
||||||
// test 5.3.1.4 Basic trap tests
|
// test 5.3.1.4 Basic trap tests
|
||||||
|
|
||||||
// CAUSE_INSTR_ADDR_MISALIGNED //skipped becuase this exception may be impossible when compressed instructions are enabled)
|
// jal cause_instr_addr_misaligned //skipped becuase this exception may be impossible when compressed instructions are enabled)
|
||||||
CAUSE_INSTR_ACCESS
|
jal cause_instr_access
|
||||||
CAUSE_ILLEGAL_INSTR
|
jal cause_illegal_instr
|
||||||
CAUSE_BREAKPNT
|
jal cause_breakpnt
|
||||||
CAUSE_LOAD_ADDR_MISALIGNED
|
jal cause_load_addr_misaligned
|
||||||
CAUSE_LOAD_ACC
|
jal cause_load_acc
|
||||||
CAUSE_STORE_ADDR_MISALIGNED
|
jal cause_store_addr_misaligned
|
||||||
CAUSE_STORE_ACC
|
jal cause_store_acc
|
||||||
GOTO_U_MODE // Causes M mode ecall
|
GOTO_U_MODE // Causes M mode ecall
|
||||||
GOTO_S_MODE // Causes U mode ecall
|
GOTO_S_MODE // Causes U mode ecall
|
||||||
GOTO_M_MODE // Causes S mode ecall
|
GOTO_M_MODE // Causes S mode ecall
|
||||||
|
|
||||||
// CAUSE_TIME_INTERRUPT *** intentionally causing this trap seems difficult in spike. although it is possible for it to accidentally happen.
|
jal cause_time_interrupt // *** intentionally causing this trap seems difficult in spike. although it is possible for it to accidentally happen.
|
||||||
// CAUSE_SOFT_INTERRUPT *** exiting out of the trap handler after these is current;y broken
|
jal cause_soft_interrupt // *** exiting out of the trap handler after these is current;y broken
|
||||||
// CAUSE_EXT_INTERRUPT
|
jal cause_ext_interrupt
|
||||||
|
|
||||||
// try the traps again with mideleg = medeleg = all 1's to ensure traps still go to M mode from M mode
|
// try the traps again with mideleg = medeleg = all 1's to ensure traps still go to M mode from M mode
|
||||||
|
|
||||||
WRITE_READ_CSR medeleg, 0xFFFFFFFFFFFFFFFF
|
WRITE_READ_CSR medeleg, 0xFFFFFFFFFFFFFFFF
|
||||||
WRITE_READ_CSR mideleg, 0xFFFFFFFFFFFFFFFF
|
WRITE_READ_CSR mideleg, 0xFFFFFFFFFFFFFFFF
|
||||||
|
|
||||||
// CAUSE_INSTR_ADDR_MISALIGNED //skipped becuase this exception may be impossible when compressed instructions are enabled)
|
// jal cause_instr_addr_misaligned //skipped becuase this exception may be impossible when compressed instructions are enabled)
|
||||||
CAUSE_INSTR_ACCESS
|
jal cause_instr_access
|
||||||
CAUSE_ILLEGAL_INSTR
|
jal cause_illegal_instr
|
||||||
CAUSE_BREAKPNT
|
jal cause_breakpnt
|
||||||
CAUSE_LOAD_ADDR_MISALIGNED
|
jal cause_load_addr_misaligned
|
||||||
CAUSE_LOAD_ACC
|
jal cause_load_acc
|
||||||
CAUSE_STORE_ADDR_MISALIGNED
|
jal cause_store_addr_misaligned
|
||||||
CAUSE_STORE_ACC
|
jal cause_store_acc
|
||||||
CAUSE_ECALL // M mode ecall
|
jal cause_ecall // M mode ecall
|
||||||
// GOTO_U_MODE // leave these untested since we only need to ensure that from M mode are not delegated
|
|
||||||
// GOTO_S_MODE
|
|
||||||
|
|
||||||
// CAUSE_TIME_INTERRUPT *** intentionally causing this trap seems difficult in spike. although it is possible for it to accidentally happen.
|
jal cause_time_interrupt // *** intentionally causing this trap seems difficult in spike. although it is possible for it to accidentally happen.
|
||||||
// CAUSE_SOFT_INTERRUPT *** exiting out of the trap handler after these is current;y broken
|
jal cause_soft_interrupt // *** exiting out of the trap handler after these is current;y broken
|
||||||
// CAUSE_EXT_INTERRUPT
|
jal cause_ext_interrupt
|
||||||
|
|
||||||
END_TESTS
|
END_TESTS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user