aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-03-14 13:09:46 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-03-14 13:09:46 -0400
commitceaa7d984a85e7c4a43ffca62e9fb557e3f52d1a (patch)
treee534a8219a7e34722ac382ad16a3a08ade70331a /contrib
parent7d9fb988443e94507a7d3ca6e0137aaf49af42e1 (diff)
downloadbasic-hdl-template-ceaa7d984a85e7c4a43ffca62e9fb557e3f52d1a.tar.gz
basic-hdl-template-ceaa7d984a85e7c4a43ffca62e9fb557e3f52d1a.zip
fix ise project pointers
Diffstat (limited to 'contrib')
-rw-r--r--contrib/xilinx.mk2
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