aboutsummaryrefslogtreecommitdiff
path: root/pnr/de1_sine/makefile
blob: 404bf3d2b60d65a0333bf314caa8b70e4448b582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PROJECT = de1_sine


SOURCE_FILES = \
../../src/de1_sine.vhd \
../../src/sine_rtl.vhd

FAMILY = "Cyclone II"
DEVICE = EP2C20F484C7
PROGFILEEXT = sof

include ../makefile