summaryrefslogtreecommitdiff
path: root/rtl/top
diff options
context:
space:
mode:
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 := ../../..