diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-21 17:14:58 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-21 18:03:15 -0600 |
| commit | d2df92448a7aaaff9ae72f99bf4bcd00a6e55d8c (patch) | |
| tree | 7426719821476739dce9092dbc7cb2425c9efa5b /rtl/gfx/gfx_sp_decode.sv | |
| parent | d076c33ffb6e3c0d96ee6b5dce0fcf48be8d3582 (diff) | |
rtl/gfx: implement SP issue
Diffstat (limited to '')
| -rw-r--r-- | rtl/gfx/gfx_sp_decode.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/gfx_sp_decode.sv b/rtl/gfx/gfx_sp_decode.sv index 41ce438..d54077d 100644 --- a/rtl/gfx/gfx_sp_decode.sv +++ b/rtl/gfx/gfx_sp_decode.sv @@ -1,5 +1,5 @@ -`include "gfx/gfx_isa.sv" `include "gfx/gfx_defs.sv" +`include "gfx/gfx_sp_isa.sv" module gfx_sp_decode ( |
