diff options
author | Pavel V. Shatov (Meister) <meisterpaul1@yandex.ru> | 2018-08-18 02:03:14 +0300 |
---|---|---|
committer | Pavel V. Shatov (Meister) <meisterpaul1@yandex.ru> | 2018-08-18 02:03:14 +0300 |
commit | 297f59340bfcf4cfee141e9bedc2313fbac8b5ff (patch) | |
tree | 6da1ca6cafee29feee54b8e597a8eee1128ed62b /build | |
parent | f8f0e3bbe1a485fa5671b11c006df410527d2f9f (diff) |
Corrected target device.
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile index d7c18f1..f573ace 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 |