diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-03-13 15:48:03 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-03-13 15:48:03 -0400 |
commit | 29be352330757421c52695f88ba8d3ebfafc4725 (patch) | |
tree | f9abf1bca7d82e26f2005b7f970493cc7f948bcf /Makefile | |
parent | 039cc87ffdd5889083e2c834b07fe367554fc8eb (diff) | |
download | basic-hdl-template-29be352330757421c52695f88ba8d3ebfafc4725.tar.gz basic-hdl-template-29be352330757421c52695f88ba8d3ebfafc4725.zip |
basic synthesis version of makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
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 |