aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/xula2/xula2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xula2/xula2.mk')
-rw-r--r--contrib/xula2/xula2.mk24
1 files changed, 0 insertions, 24 deletions
diff --git a/contrib/xula2/xula2.mk b/contrib/xula2/xula2.mk
deleted file mode 100644
index 681fe38..0000000
--- a/contrib/xula2/xula2.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-# xula2 device-specific configuration variables and make targets
-
-.PHONY: prog prog_flash
-
-board := xula2
-family := spartan6
-device := XC6SLX25
-speedgrade := -2
-device_package := ftg256
-bitconf_file := ./contrib/xula2/xula2.bitconf
-ucf_file := ./contrib/xula2/xula2.ucf
-opt_file := ./contrib/default.opt
-
-# This target uploads directly to the FPGA; volatile
-prog: build/$(project).bit
- # First ensure that xsload.py is installed
- @xsload.py --version
- @xsload.py --fpga build/$(project).bit
-
-# This target uploads to the SPI flash on board; non-volatile
-prog_flash: build/$(project).bit
- # First ensure that xsload.py is installed
- @xsload.py --version
- @xsload.py --flash build/$(project).bit