From 50b71c7f0ea2574eb4802e1a12fe8b0920a4ca7f Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 27 Apr 2024 12:14:41 -0600 Subject: rtl/axi_timer: initial commit This a buggy timer, imported from https://github.com/astrakhov-design/axi_timer. It will be used for a testbench hello world case --- 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 0360207..be9cb44 100644 --- a/rtl/mod.mk +++ b/rtl/mod.mk @@ -1,5 +1,5 @@ cores := config debounce intc -subdirs := cache core dma_axi32 fpu gfx perf picorv32 smp top wb2axip +subdirs := axi_timer cache core dma_axi32 fpu gfx perf picorv32 smp top wb2axip define core/config $(this)/rtl_include_dirs := . -- cgit v1.2.3