From a61ee4b16157f3c6501d958b8dcde7f57f41110d Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 27 Apr 2024 11:44:03 -0600 Subject: target/de1soc: move quartus files out of project root --- rtl/top/mod.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'rtl/top') 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 -- cgit v1.2.3