summaryrefslogtreecommitdiff
path: root/rtl/mod.mk
blob: 07bbe7bd7ef94df8cdbadf844c091802b5099e3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cores   := config debounce intc
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 := .
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