From 758fc78e0ef900c8207718c03e7d385d6ab3c0b4 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 24 Mar 2014 15:30:23 -0400 Subject: fix isim target (remove 'simulate') --- contrib/xilinx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk index 90cc82a..3d2a927 100644 --- a/contrib/xilinx.mk +++ b/contrib/xilinx.mk @@ -323,7 +323,7 @@ test/%: tb/%.isim tb/simulate_isim.prj tests: $(alltests) -isim: simulate +isim: @bash -c "$(sim_env); \ cd ../tb/; \ isimgui &" -- cgit v1.2.3