summaryrefslogtreecommitdiff
path: root/rtl/gfx/gfx_sp_isa.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-21 17:14:58 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-21 18:03:15 -0600
commitd2df92448a7aaaff9ae72f99bf4bcd00a6e55d8c (patch)
tree7426719821476739dce9092dbc7cb2425c9efa5b /rtl/gfx/gfx_sp_isa.sv
parentd076c33ffb6e3c0d96ee6b5dce0fcf48be8d3582 (diff)
rtl/gfx: implement SP issue
Diffstat (limited to '')
-rw-r--r--rtl/gfx/gfx_sp_isa.sv (renamed from rtl/gfx/gfx_isa.sv)4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/gfx/gfx_isa.sv b/rtl/gfx/gfx_sp_isa.sv
index 18a28e4..1420d95 100644
--- a/rtl/gfx/gfx_isa.sv
+++ b/rtl/gfx/gfx_sp_isa.sv
@@ -1,5 +1,5 @@
-`ifndef GFX_ISA_SV
-`define GFX_ISA_SV
+`ifndef GFX_SP_ISA_SV
+`define GFX_SP_ISA_SV
`include "gfx/gfx_defs.sv"