aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.