diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-06-06 16:26:45 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-06-06 16:26:45 -0400 |
commit | 18c3d14cad3e41d82ec231e4f519dd12449c5633 (patch) | |
tree | 3a94484a1a2863dd1cba6d8ebd562ff832c1f866 /Makefile | |
parent | 257533c737dcc1d0939cb5fb249fa8a613d57f2a (diff) | |
download | basic-hdl-template-18c3d14cad3e41d82ec231e4f519dd12449c5633.tar.gz basic-hdl-template-18c3d14cad3e41d82ec231e4f519dd12449c5633.zip |
be more explicit about listing .v files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,7 +16,10 @@ part = $(device)$(speedgrade)-$(device_package) hostbits = 64 iseenv= /opt/Xilinx/14.3/ISE_DS/ +# list all .v files explicitly with vfiles (no hdl/*.v business) vfiles = hdl/project.v + +# can only specify a single test bench file here (for now) tbfiles = tb/tb.v # list of .xco files, eg "cores/bram.xco". do not include DCM files. |