diff --git a/riscv/processor.h b/riscv/processor.h index a8ccac08..7c4c24fa 100644 --- a/riscv/processor.h +++ b/riscv/processor.h @@ -136,7 +136,7 @@ struct state_t mseccfg_csr_t_p mseccfg; - static const int max_pmp = 16; + static const int max_pmp = 64; pmpaddr_csr_t_p pmpaddr[max_pmp]; float_csr_t_p fflags;