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