aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2018-08-18 02:03:14 +0300
committerPaul Selkirk <paul@psgd.org>2019-01-22 19:30:51 -0500
commit50255f2ca56ad78df263207034e541d8aa284f12 (patch)
tree63938836c4e4b7c8f9d927eb681df4f19c40eca6
parente28feca18b92d4e532498dbebddfc8d24c7f2760 (diff)
Corrected target device.
-rw-r--r--build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile
index bb3f0ce..fc3a45b 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -12,7 +12,7 @@ WORD_SIZE := $(shell python -c 'from struct import pack; print len(pack("L", 0))
project ?= alpha_fmc
vendor = xilinx
family = artix7
-part = xc7a200tfbg484-3
+part = xc7a200tfbg484-1
top_module = alpha_fmc_top
isedir = /opt/Xilinx/14.7/ISE_DS
xil_env = . $(isedir)/settings$(WORD_SIZE).sh