summaryrefslogtreecommitdiff
path: root/rtl/core/decode/isa.sv
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rtl/core/decode/isa.sv8
1 files changed, 4 insertions, 4 deletions
diff --git a/rtl/core/decode/isa.sv b/rtl/core/decode/isa.sv
index 3d978a9..e69d79f 100644
--- a/rtl/core/decode/isa.sv
+++ b/rtl/core/decode/isa.sv
@@ -167,12 +167,12 @@
`define FIELD_SWP_RD [15:12]
`define FIELD_SWP_RM [3:0]
-// Instrucciones de coprocesador
+// Instrucciones de coprocesador, solo definido para CP15
-`define INSN_MCR 28'b1110_???_0_????_????_????_???_1_????
-`define INSN_MRC 28'b1110_???_1_????_????_????_???_1_????
+`define INSN_MCR 28'b1110_???_0_????_????_1111_???_1_????
+`define INSN_MRC 28'b1110_???_1_????_????_1111_???_1_????
-`define GROUP_CP 28'b1110_???_?_????_????_????_???_1_????
+`define GROUP_CP 28'b1110_???_?_????_????_1111_???_1_????
`define FIELD_CP_OPCODE [23:21]
`define FIELD_CP_LOAD [20]