aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d434552..fb70c09 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,11 @@ vendor = xilinx
family = spartan6
part = xc6slx45t-3-fgg484
-iseenvfile = /opt/Xilinx/14.3/ISE_DS/settings64.sh
+# 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
include ./contrib/xilinx.mk