aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-03-27 21:22:34 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-03-27 21:22:34 -0400
commit1fcbd96eb7cfe94ef339c4da045f53f777fec073 (patch)
treef96bef17a93fea6b598c00af34bdd3010a5eb5b7 /Makefile
parentd29d0313f2d8e05c7fa3a6361274be0de5f49e36 (diff)
downloadbasic-hdl-template-1fcbd96eb7cfe94ef339c4da045f53f777fec073.tar.gz
basic-hdl-template-1fcbd96eb7cfe94ef339c4da045f53f777fec073.zip
update with bnewbold's changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3b12d98..e589f04 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,10 @@ part = $(device)$(speedgrade)-$(device_package)
hostbits = 64
iseenv= /opt/Xilinx/14.3/ISE_DS/
-vfiles = ./hdl/*.v
-tbfiles = ./tb/*.v
+vfiles = hdl/project.v
+tbfiles = tb/tb.v
+
+# list of .xco files, eg "cores/bram.xco". do not include DCM files.
xilinx_cores =
include ./contrib/xilinx.mk