aboutsummaryrefslogtreecommitdiff
path: root/pnr/de1_dac/makefile
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2025-03-18 14:07:33 +0100
committerFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2025-03-18 14:07:33 +0100
commit2c9c738d217c80a235c82f830a72223e07c9c4d5 (patch)
tree131682713b36bbf25a59fcbd68604df5b47b1110 /pnr/de1_dac/makefile
parent0408ead89eb3da768b5d0cb202127fd527c933c4 (diff)
add de1_dacHEADmaster
Diffstat (limited to 'pnr/de1_dac/makefile')
-rw-r--r--pnr/de1_dac/makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/pnr/de1_dac/makefile b/pnr/de1_dac/makefile
new file mode 100644
index 0000000..05d39aa
--- /dev/null
+++ b/pnr/de1_dac/makefile
@@ -0,0 +1,14 @@
+SIM_PROJECT_NAME = de1_dac
+PROJECT = $(SIM_PROJECT_NAME)
+
+FAMILY = "Cyclone II"
+DEVICE = EP2C20F484C7
+PROGFILEEXT = sof
+
+SOURCE_FILES = ../../src/de1_dac_rtl.vhd
+
+include ../makefile
+
+# Use the specific sdc file
+$(PROJECT).sdc: $(PROJECT)_special.sdc
+ ln -s $(PROJECT)_special.sdc $(PROJECT).sdc