aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_insts_cext.sail
diff options
context:
space:
mode:
Diffstat (limited to 'model/riscv_insts_cext.sail')
-rw-r--r--model/riscv_insts_cext.sail2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/riscv_insts_cext.sail b/model/riscv_insts_cext.sail
index 8b9fa8f..83d0d88 100644
--- a/model/riscv_insts_cext.sail
+++ b/model/riscv_insts_cext.sail
@@ -71,7 +71,7 @@
/* ********************************************************************* */
/* This file specifies the compressed instructions in the 'C' extension. */
-/* These instructions are only legal if misa.C() is true. Instead of
+/* These instructions are only legal if misa[C] is true. Instead of
* checking this in every execute clause, we currently do the check in one place
* in the fetch-execute logic.
*/