aboutsummaryrefslogtreecommitdiff
path: root/pnr/de1_adc/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pnr/de1_adc/makefile')
-rw-r--r--pnr/de1_adc/makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/pnr/de1_adc/makefile b/pnr/de1_adc/makefile
new file mode 100644
index 0000000..cd0e30e
--- /dev/null
+++ b/pnr/de1_adc/makefile
@@ -0,0 +1,14 @@
+SIM_PROJECT_NAME = de1_adc
+PROJECT = $(SIM_PROJECT_NAME)
+
+FAMILY = "Cyclone II"
+DEVICE = EP2C20F484C7
+PROGFILEEXT = sof
+
+SOURCE_FILES = ../../src/de1_adc_rtl.vhd
+
+include ../makefile
+
+# Use the specific sdc file
+$(PROJECT).sdc: $(PROJECT)_special.sdc
+ ln -s $(PROJECT)_special.sdc $(PROJECT).sdc