diff options
Diffstat (limited to 'rtl/top')
| -rw-r--r-- | rtl/top/mod.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/rtl/top/mod.mk b/rtl/top/mod.mk index 031a2fa..2adc352 100644 --- a/rtl/top/mod.mk +++ b/rtl/top/mod.mk @@ -12,14 +12,11 @@ define core/conspiracion $(this)/altera_device := 5CSEMA5F31C6 $(this)/altera_family := Cyclone V - $(this)/qsys_platform := ../../platform.qsys - - $(this)/sdc_files := ../../conspiracion.sdc - $(this)/qip_files := $(patsubst %,../../ip/%.qip,dsp_mul ip_fp_add ip_fp_mul ip_fp_fix) - $(this)/qsf_files := ../../pins.tcl ifeq (sim,$(flow/type)) $(this)/deps += conspiracion/tb + else ifeq (syn,$(flow/type)) + $(this)/deps += de1soc endif endef |
