aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2014-03-24 15:30:23 -0400
committerbryan newbold <bnewbold@leaflabs.com>2014-03-24 15:30:23 -0400
commit758fc78e0ef900c8207718c03e7d385d6ab3c0b4 (patch)
tree47283a6fb697a762cd8b2c075c5e0f9edf654da9
parentb52efd2340a66190af41d973306682c40f37755d (diff)
downloadbasic-hdl-template-758fc78e0ef900c8207718c03e7d385d6ab3c0b4.tar.gz
basic-hdl-template-758fc78e0ef900c8207718c03e7d385d6ab3c0b4.zip
fix isim target (remove 'simulate')
-rw-r--r--contrib/xilinx.mk2
1 files changed, 1 insertions, 1 deletions
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 &"