diff options
Diffstat (limited to 'contrib/xilinx.mk')
-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 $@`; \ |