Skip to content
Snippets Groups Projects
Commit 36de64b7 authored by Tommy Wu's avatar Tommy Wu Committed by Alistair Francis
Browse files

target/riscv: Add 'ext_smrnmi' in the RISCVCPUConfig


The boolean variable 'ext_smrnmi' is used to determine whether the
Smrnmi extension exists.

Signed-off-by: default avatarFrank Chang <frank.chang@sifive.com>
Signed-off-by: default avatarTommy Wu <tommy.wu@sifive.com>
Reviewed-by: default avatarAlistair Francis <alistair.francis@wdc.com>
Message-ID: <20250106054336.1878291-2-frank.chang@sifive.com>
Signed-off-by: default avatarAlistair Francis <alistair.francis@wdc.com>
parent e00e2749
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ struct RISCVCPUConfig {
bool ext_ssaia;
bool ext_sscofpmf;
bool ext_smepmp;
bool ext_smrnmi;
bool ext_ssnpm;
bool ext_smnpm;
bool ext_smmpm;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment