summaryrefslogtreecommitdiff
path: root/target/de1soc/mod.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/de1soc/mod.mk')
-rw-r--r--target/de1soc/mod.mk6
1 files changed, 6 insertions, 0 deletions
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