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 --- target/de1soc/mod.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 target/de1soc/mod.mk (limited to 'target/de1soc/mod.mk') diff --git a/target/de1soc/mod.mk b/target/de1soc/mod.mk new file mode 100644 index 0000000..8c19f78 --- /dev/null +++ b/target/de1soc/mod.mk @@ -0,0 +1,6 @@ +define core + $(this)/sdc_files := timing.sdc + $(this)/qip_files := $(patsubst %,../../ip/%.qip,dsp_mul ip_fp_add ip_fp_mul ip_fp_fix) + $(this)/qsf_files := pins.tcl + $(this)/qsys_platform := platform.qsys +endef -- cgit v1.2.3