We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
currentlyEnabled
1 parent 292ebf4 commit 8ff2a70Copy full SHA for 8ff2a70
model/riscv_termination.sail
@@ -79,6 +79,8 @@ function currentlyEnabled_measure(ext : extension) -> int =
79
Ext_Smcntrpmf => 1, // Ext_Zicntr
80
Ext_Sscofpmf => 2, // Ext_Zihpm
81
Ext_Zihpm => 1, // Ext_Zicntr
82
+ Ext_Zvknha => 1, // Ext_V
83
+ Ext_Zvknhb => 1, // Ext_V
84
_ => 0
85
}
86
termination_measure currentlyEnabled(ext) = currentlyEnabled_measure(ext)
0 commit comments