diff options
-rw-r--r-- | contrib/xilinx.mk | 2 |
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 &" |