diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2025-03-18 14:07:33 +0100 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2025-03-18 14:07:33 +0100 |
commit | 2c9c738d217c80a235c82f830a72223e07c9c4d5 (patch) | |
tree | 131682713b36bbf25a59fcbd68604df5b47b1110 /pnr/de1_dac/makefile | |
parent | 0408ead89eb3da768b5d0cb202127fd527c933c4 (diff) |
Diffstat (limited to 'pnr/de1_dac/makefile')
-rw-r--r-- | pnr/de1_dac/makefile | 14 |
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 |