diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-10-08 23:33:18 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-10-08 23:48:05 -0400 |
commit | 3b13cb7d690ba1891f008d2905fcfb36049c71ff (patch) | |
tree | 12ddf94a955c2f8611c43c269d4620629fa3d31c /Makefile | |
parent | b31c07157b7b8ca7e8823749e140fcab24b787d2 (diff) | |
download | basic-hdl-template-3b13cb7d690ba1891f008d2905fcfb36049c71ff.tar.gz basic-hdl-template-3b13cb7d690ba1891f008d2905fcfb36049c71ff.zip |
clean up test stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -33,9 +33,9 @@ tbfiles := tb/rot13_tb.v tbfiles += tb/xula2_tb.v #tbfiles += tb/sp605_tb.v -# what gets run -alltests := test/trivial_test -alltests += test/rot13_tb +# what gets run by "make tests" +alltests := test/rot13_tb +#tbfiles += tb/yourtest_tb.v # list of .xco files, eg "cores/bram.xco". do not include DCM files. xilinx_cores := |