From 1fcbd96eb7cfe94ef339c4da045f53f777fec073 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Wed, 27 Mar 2013 21:22:34 -0400 Subject: update with bnewbold's changes --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3