blob: d43455270b803814a5b28fa2429c07d7405cd429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
project = project
top_module = project
vendor = xilinx
# This is the chipset from the Xilinx SP605 dev board
family = spartan6
part = xc6slx45t-3-fgg484
iseenvfile = /opt/Xilinx/14.3/ISE_DS/settings64.sh
vfiles = ./hdl/project.v
include ./contrib/xilinx.mk
|