aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-03-13 16:55:03 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-03-13 16:55:03 -0400
commit1fb122666f83a582b2c77829dcff598bc2c8ee6b (patch)
treec38b197ec46f97990d9efe49dbc20f815a42dd50 /Makefile
parent48d0e230c56be8a2722851556b2b1e039c4847c4 (diff)
downloadbasic-hdl-template-1fb122666f83a582b2c77829dcff598bc2c8ee6b.tar.gz
basic-hdl-template-1fb122666f83a582b2c77829dcff598bc2c8ee6b.zip
some simulation stuff
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