Skip to content

Commit

Permalink
Add Ext_Zcmp to extensionEnabled_measure
Browse files Browse the repository at this point in the history
  • Loading branch information
nadime15 committed Feb 12, 2025
1 parent 4c9e992 commit 5d6df07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/riscv_termination.sail
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function extensionEnabled_measure(ext : extension) -> int =
Ext_Zcb => 2, // Ext_Zca
Ext_Zcd => 2, // Ext_Zca, (Ext_D)
Ext_Zcf => 2, // Ext_Zca, (Ext_F)
Ext_Zcmp => 2, // Ext_Zca
_ => 0
}
termination_measure extensionEnabled(ext) = extensionEnabled_measure(ext)
Expand Down

0 comments on commit 5d6df07

Please sign in to comment.