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/ldst/single.sv | |
| parent | 0782a4f841a15f60c99d817cf82ce4fd3c2e9e3d (diff) | |
Move isa.sv to core/decode
Diffstat (limited to '')
| -rw-r--r-- | rtl/core/decode/ldst/single.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/decode/ldst/single.sv b/rtl/core/decode/ldst/single.sv index 0665178..402c17b 100644 --- a/rtl/core/decode/ldst/single.sv +++ b/rtl/core/decode/ldst/single.sv @@ -1,4 +1,4 @@ -`include "core/isa.sv" +`include "core/decode/isa.sv" `include "core/uarch.sv" module core_decode_ldst_single |
