diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-03-13 16:55:03 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-03-13 16:55:03 -0400 |
commit | 1fb122666f83a582b2c77829dcff598bc2c8ee6b (patch) | |
tree | c38b197ec46f97990d9efe49dbc20f815a42dd50 /Makefile | |
parent | 48d0e230c56be8a2722851556b2b1e039c4847c4 (diff) | |
download | basic-hdl-template-1fb122666f83a582b2c77829dcff598bc2c8ee6b.tar.gz basic-hdl-template-1fb122666f83a582b2c77829dcff598bc2c8ee6b.zip |
some simulation stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |