aboutsummaryrefslogtreecommitdiff
path: root/pnr/de1_dac/makefile
blob: 05d39aa306eb673b06ab3f33eca5a9022f3de0f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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