aboutsummaryrefslogtreecommitdiff
path: root/pnr/de1_ledsw/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pnr/de1_ledsw/makefile')
-rw-r--r--pnr/de1_ledsw/makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/pnr/de1_ledsw/makefile b/pnr/de1_ledsw/makefile
new file mode 100644
index 0000000..9b6782d
--- /dev/null
+++ b/pnr/de1_ledsw/makefile
@@ -0,0 +1,11 @@
+SIM_PROJECT_NAME = de1_ledsw
+PROJECT = $(SIM_PROJECT_NAME)
+
+FAMILY = "Cyclone II"
+DEVICE = EP2C20F484C7
+PROGFILEEXT = sof
+
+SOURCE_FILES = ../../src/de1_ledsw.vhd
+
+include ../makefile
+