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 /contrib | |
parent | b31c07157b7b8ca7e8823749e140fcab24b787d2 (diff) | |
download | basic-hdl-template-3b13cb7d690ba1891f008d2905fcfb36049c71ff.tar.gz basic-hdl-template-3b13cb7d690ba1891f008d2905fcfb36049c71ff.zip |
clean up test stuff
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/xilinx.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk index aae76a2..d56b534 100644 --- a/contrib/xilinx.mk +++ b/contrib/xilinx.mk @@ -216,6 +216,9 @@ isim/%: tb/%.isim tb/simulate_isim.prj @uut=`basename $@`; \ bash -c "$(sim_env); cd ../tb; ./$$uut.isim -gui -view $$uut.wcfg &" +resim/%: tb/%.isim tb/simulate_isim.prj + @true + test/%: tb/%.isim tb/simulate_isim.prj @echo "run all" > ./tb/test.tcl @uut=`basename $@`; \ |