diff options
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 |