Skip to content

Commit 8ff2a70

Browse files
ineolTimmmm
authored andcommitted
Fix termination measure for currentlyEnabled
1 parent 292ebf4 commit 8ff2a70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

model/riscv_termination.sail

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ function currentlyEnabled_measure(ext : extension) -> int =
7979
Ext_Smcntrpmf => 1, // Ext_Zicntr
8080
Ext_Sscofpmf => 2, // Ext_Zihpm
8181
Ext_Zihpm => 1, // Ext_Zicntr
82+
Ext_Zvknha => 1, // Ext_V
83+
Ext_Zvknhb => 1, // Ext_V
8284
_ => 0
8385
}
8486
termination_measure currentlyEnabled(ext) = currentlyEnabled_measure(ext)

0 commit comments

Comments
 (0)