summaryrefslogtreecommitdiff
path: root/tb/mod.mk
blob: ff445be7820422425926c5b226358181b558a13e (plain)
1
2
3
4
5
6
7
8
9
10
cores := ip_mul interconnect
subdirs := top/conspiracion

define core/ip_mul
  $(this)/rtl_files := dsp_mul.sv
endef

define core/interconnect
  $(this)/rtl_files := mem_interconnect.sv
endef