diff options
Diffstat (limited to 'rtl/mod.mk')
| -rw-r--r-- | rtl/mod.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/rtl/mod.mk b/rtl/mod.mk new file mode 100644 index 0000000..ec770a2 --- /dev/null +++ b/rtl/mod.mk @@ -0,0 +1,16 @@ +cores := config debounce intc +subdirs := cache core gfx perf smp top + +define core/config + $(this)/rtl_include_dirs := . +endef + +define core/debounce + $(this)/rtl_files := debounce.sv + $(this)/rtl_top := debounce +endef + +define core/intc + $(this)/rtl_files := intc.sv + $(this)/rtl_top := intc +endef |
