summaryrefslogtreecommitdiff
path: root/riscv/riscv_sim.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/riscv_sim.c')
-rw-r--r--riscv/riscv_sim.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/riscv/riscv_sim.c b/riscv/riscv_sim.c
index 79c353f9..9db1ea59 100644
--- a/riscv/riscv_sim.c
+++ b/riscv/riscv_sim.c
@@ -42,11 +42,12 @@ struct tv_spike_t *s = NULL;
char *term_log = NULL;
static struct option options[] = {
- {"enable-dirty", no_argument, 0, 'd'},
- {"enable-misaligned", no_argument, 0, 'm'},
- {"dump-dts", no_argument, 0, 's'},
- {"terminal-log", required_argument, 0, 't'},
- {"help", no_argument, 0, 'h'},
+ {"enable-dirty", no_argument, 0, 'd'},
+ {"enable-misaligned", no_argument, 0, 'm'},
+ {"mtval-has-illegal-inst-bits", no_argument, 0, 'i'},
+ {"dump-dts", no_argument, 0, 's'},
+ {"terminal-log", required_argument, 0, 't'},
+ {"help", no_argument, 0, 'h'},
{0, 0, 0, 0}
};