diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-10-16 01:33:43 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-10-16 01:33:43 -0600 |
| commit | f0b38daac3a2f987deb79fcca763f3b84b0f2b73 (patch) | |
| tree | 7dda62ccee3ced8deddaf7926f0663b83de1ab90 /rtl/core/decode/isa.sv | |
| parent | 0782a4f841a15f60c99d817cf82ce4fd3c2e9e3d (diff) | |
Move isa.sv to core/decode
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] |
