From 2e12077e682a27a159122b5676301c8c433a58fe Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 26 May 2024 11:16:04 -0600 Subject: rtl/vdc: initial commit of video display controller --- rtl/mod.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/mod.mk') diff --git a/rtl/mod.mk b/rtl/mod.mk index c7e259a..07bbe7b 100644 --- a/rtl/mod.mk +++ b/rtl/mod.mk @@ -1,5 +1,5 @@ cores := config debounce intc -subdirs := axilemu cache core dma_axi32 if_common fpu gfx legacy_gfx perf picorv32 pkt_switch smp top wb2axip +subdirs := axilemu cache core dma_axi32 if_common fpu gfx legacy_gfx perf picorv32 pkt_switch smp top vdc wb2axip define core/config $(this)/rtl_include_dirs := . -- cgit v1.2.3