diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-04-26 17:21:01 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-04-26 17:21:01 -0400 |
commit | b2f0ef5ac43daa2b771dc4a0f06a1ac3d03686de (patch) | |
tree | bd2cf4b12a73edf67eb98ae278bedd21944e8af8 /Makefile | |
parent | 1fcbd96eb7cfe94ef339c4da045f53f777fec073 (diff) | |
download | basic-hdl-template-b2f0ef5ac43daa2b771dc4a0f06a1ac3d03686de.tar.gz basic-hdl-template-b2f0ef5ac43daa2b771dc4a0f06a1ac3d03686de.zip |
update README, comments, .xise project file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |