summaryrefslogtreecommitdiff
path: root/target/w3d_de1soc/mod.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/w3d_de1soc/mod.mk')
-rw-r--r--target/w3d_de1soc/mod.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/w3d_de1soc/mod.mk b/target/w3d_de1soc/mod.mk
new file mode 100644
index 0000000..a4aa4fe
--- /dev/null
+++ b/target/w3d_de1soc/mod.mk
@@ -0,0 +1,14 @@
+define core
+ $(this)/deps := debounce axixbar wavelet3d
+
+ $(this)/rtl_top := w3d_de1soc
+ $(this)/rtl_files := w3d_de1soc.sv
+
+ $(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
+
+ $(this)/altera_device := 5CSEMA5F31C6
+ $(this)/altera_family := Cyclone V
+endef