This commit is contained in:
Ross Thompson 2023-03-27 11:55:19 -05:00
commit d91188c86e
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
export RISCV=/scratch/moore/RISCV
#export RISCV=/scratch/moore/RISCV
export IMPERAS_TOOLS=$(pwd)/imperas.ic
export OTHERFLAGS="+TRACE2LOG_ENABLE=1"

View File

@ -53,8 +53,6 @@ module csrsr (
logic STATUS_MPIE, STATUS_SPIE, STATUS_UBE, STATUS_SBE, STATUS_MBE;
logic nextMBE, nextSBE;
initial $monitor("QEMU=%0d STATUS_SXL=%0d STATUS_UXL=%0d", `QEMU, STATUS_SXL, STATUS_UXL);
// STATUS REGISTER FIELD
// See Privileged Spec Section 3.1.6
// Lower privilege status registers are a subset of the full status register