aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fb70c09..0fd1347 100644
--- a/Makefile
+++ b/Makefile
@@ -4,13 +4,18 @@ vendor = xilinx
# This is the chipset from the Xilinx SP605 dev board
family = spartan6
-part = xc6slx45t-3-fgg484
+device = xc6slx45t
+speedgrade = -3
+device_package = fgg484
+part = $(device)$(speedgrade)-$(device_package)
+
# is this build host 64 or 32 bits?
hostbits = 64
iseenv= /opt/Xilinx/14.3/ISE_DS/
-vfiles = ./hdl/project.v
-tbfiles = ./tb/tb.v
+vfiles = ./hdl/*.v
+tbfiles = ./tb/*.v
+xilinx_cores =
include ./contrib/xilinx.mk