From b2f0ef5ac43daa2b771dc4a0f06a1ac3d03686de Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Fri, 26 Apr 2013 17:21:01 -0400 Subject: update README, comments, .xise project file --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3