blob: c45f56ec6caada01938af3ffb6501217cfbeb84c (
plain)
1
2
3
4
5
6
7
8
9
10
|
cores := ip_mul interconnect
subdirs := gfx_shader_bind top/conspiracion
define core/ip_mul
$(this)/rtl_files := dsp_mul.sv
endef
define core/interconnect
$(this)/rtl_files := mem_interconnect.sv
endef
|