From 3b13cb7d690ba1891f008d2905fcfb36049c71ff Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Tue, 8 Oct 2013 23:33:18 -0400 Subject: clean up test stuff --- contrib/xilinx.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib') 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 $@`; \ -- cgit v1.2.3