aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e589f04..4e33056 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+# Edit project-specific variables in this file.
+
project = project
top_module = main
vendor = xilinx
@@ -18,6 +20,8 @@ vfiles = hdl/project.v
tbfiles = tb/tb.v
# list of .xco files, eg "cores/bram.xco". do not include DCM files.
+#xilinx_cores = cores/bram.xco
xilinx_cores =
+# Bulk of the actual Makefile is in a different file.
include ./contrib/xilinx.mk