diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-04-27 11:44:03 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-04-27 11:44:03 -0600 |
| commit | a61ee4b16157f3c6501d958b8dcde7f57f41110d (patch) | |
| tree | 2fec60239a9e55f952ad85c6f3893bc921634da7 /rtl | |
| parent | a4b94d40e61e634aa8e970af3911a7671e7d8d50 (diff) | |
target/de1soc: move quartus files out of project root
Diffstat (limited to 'rtl')
| -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 |
