diff options
Diffstat (limited to '')
| -rw-r--r-- | rtl/core/core_decode_coproc.sv (renamed from rtl/core/decode/coproc_dec.sv) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/decode/coproc_dec.sv b/rtl/core/core_decode_coproc.sv index 153cadf..c9a68c7 100644 --- a/rtl/core/decode/coproc_dec.sv +++ b/rtl/core/core_decode_coproc.sv @@ -1,4 +1,4 @@ -`include "core/decode/isa.sv" +`include "core/isa.sv" `include "core/uarch.sv" module core_decode_coproc |
