diff options
Diffstat (limited to 'contrib')
-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 7060c99..b492a9c 100644 --- a/contrib/xilinx.mk +++ b/contrib/xilinx.mk @@ -221,7 +221,7 @@ ise: @echo "! (see README) !" @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @mkdir -p build - bash -c "$(xil_env); ise .. &" + bash -c "$(xil_env); cd ..; ise $(project).xise &" clean: clean_synth clean_sim |