From 081a8a3ba8bfe036f31da53f9c041a2caa30fce2 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 5 May 2024 17:34:22 -0600 Subject: rtl/legacy_gfx: rename gfx -> legacy_gfx --- rtl/top/mod.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtl/top') 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 := ../../.. -- cgit v1.2.3