diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2023-04-17 16:14:44 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2023-04-17 16:14:44 +0200 |
commit | 8cf05b4eacf6ac9ba84e8bcba85c2c73ae4c354f (patch) | |
tree | 16307e5ce3a03eb2d878b7b1b6f4684e36eb1e48 /pnr/de1_adc/makefile | |
parent | 47ed98f08a7d0ee14bcde29036a77431cc358e40 (diff) |
added de1_adc
Diffstat (limited to 'pnr/de1_adc/makefile')
-rw-r--r-- | pnr/de1_adc/makefile | 14 |
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 |