aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-06-06 16:26:45 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-06-06 16:26:45 -0400
commit18c3d14cad3e41d82ec231e4f519dd12449c5633 (patch)
tree3a94484a1a2863dd1cba6d8ebd562ff832c1f866
parent257533c737dcc1d0939cb5fb249fa8a613d57f2a (diff)
downloadbasic-hdl-template-18c3d14cad3e41d82ec231e4f519dd12449c5633.tar.gz
basic-hdl-template-18c3d14cad3e41d82ec231e4f519dd12449c5633.zip
be more explicit about listing .v files
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4e33056..d479720 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,10 @@ part = $(device)$(speedgrade)-$(device_package)
hostbits = 64
iseenv= /opt/Xilinx/14.3/ISE_DS/
+# list all .v files explicitly with vfiles (no hdl/*.v business)
vfiles = hdl/project.v
+
+# can only specify a single test bench file here (for now)
tbfiles = tb/tb.v
# list of .xco files, eg "cores/bram.xco". do not include DCM files.