We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d100c commit 96ba8c3Copy full SHA for 96ba8c3
model/riscv_termination.sail
@@ -91,22 +91,14 @@ termination_measure virtual_memory_supported(_) = 3
91
92
function hartSupports_measure(ext : extension) -> int =
93
match ext {
94
- Ext_Zvkned => 0,
95
- Ext_Zvknhb => 0,
96
- Ext_Zvkb => 0,
97
- Ext_Zvkt => 0,
98
- Ext_Zvbc => 0,
99
- Ext_Zvkg => 0,
100
- Ext_Zvksed => 0,
101
- Ext_Zvksh => 0,
102
Ext_D => 1,
103
Ext_Zvkn => 1,
104
Ext_Zvks => 1,
+ Ext_C => 2,
105
Ext_Zvknc => 2,
106
Ext_Zvkng => 2,
107
Ext_Zvksc => 2,
108
Ext_Zvksg => 2,
109
- Ext_C => 2,
110
_ => 0,
111
}
112
0 commit comments