summaryrefslogtreecommitdiff
path: root/rtl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-04-27 11:44:03 -0600
committerAlejandro Soto <alejandro@34project.org>2024-04-27 11:44:03 -0600
commita61ee4b16157f3c6501d958b8dcde7f57f41110d (patch)
tree2fec60239a9e55f952ad85c6f3893bc921634da7 /rtl
parenta4b94d40e61e634aa8e970af3911a7671e7d8d50 (diff)
target/de1soc: move quartus files out of project root
Diffstat (limited to '')
-rw-r--r--rtl/top/mod.mk7
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