summaryrefslogtreecommitdiff
path: root/rtl/top
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-05-05 17:34:22 -0600
committerAlejandro Soto <alejandro@34project.org>2024-05-05 17:38:27 -0600
commit081a8a3ba8bfe036f31da53f9c041a2caa30fce2 (patch)
tree7d712b67d3dc1ad3d37041562774ba3c4e5a7f49 /rtl/top
parente5b64ea353678baabd16d245fcfaa3384e1acf8f (diff)
rtl/legacy_gfx: rename gfx -> legacy_gfx
Diffstat (limited to 'rtl/top')
-rw-r--r--rtl/top/mod.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/top/mod.mk b/rtl/top/mod.mk
index 2adc352..299c621 100644
--- a/rtl/top/mod.mk
+++ b/rtl/top/mod.mk
@@ -22,7 +22,7 @@ endef
define core/test_fb
$(this)/targets := test
- $(this)/deps := gfx
+ $(this)/deps := legacy_gfx
$(this)/rtl_files := test_fb.sv
$(this)/rtl_top := test_fb
$(this)/cocotb_paths := ../../..
@@ -31,7 +31,7 @@ endef
define core/test_fifo
$(this)/targets := test
- $(this)/deps := gfx
+ $(this)/deps := legacy_gfx
$(this)/rtl_files := test_fifo.sv
$(this)/rtl_top := test_fifo
$(this)/cocotb_paths := ../../..