summaryrefslogtreecommitdiff
path: root/rtl/core/decode/isa.sv
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rtl/core/decode/isa.sv (renamed from rtl/core/isa.sv)4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/core/isa.sv b/rtl/core/decode/isa.sv
index c98cfd9..baaf371 100644
--- a/rtl/core/isa.sv
+++ b/rtl/core/decode/isa.sv
@@ -1,5 +1,5 @@
-`ifndef CORE_ISA_SV
-`define CORE_ISA_SV
+`ifndef CORE_DECODE_ISA_SV
+`define CORE_DECODE_ISA_SV
`define FIELD_COND [31:28]
`define FIELD_OP [27:0]