From 29be352330757421c52695f88ba8d3ebfafc4725 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Wed, 13 Mar 2013 15:48:03 -0400 Subject: basic synthesis version of makefile --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e595d9c --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +project = project +vendor = xilinx +family = spartan3s +part = xc3s1000-4ft256 +top_module = project + +iseenvfile = /opt/Xilinx/14.3/ISE_DS/settings64.sh + +vfiles = ./hdl/project.v + +include ./contrib/xilinx.mk -- cgit v1.2.3