aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-10-04 14:46:30 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-10-04 14:46:30 -0400
commita9cdeccc5c32979b44c3fb7cd2c86ed564adcfda (patch)
treeeb1e6e52f77630e5bbde24767a1626aaae34793a
parentd20366f41d899424611fe2e91b6bfb2d44d5e82f (diff)
downloadbasic-hdl-template-a9cdeccc5c32979b44c3fb7cd2c86ed564adcfda.tar.gz
basic-hdl-template-a9cdeccc5c32979b44c3fb7cd2c86ed564adcfda.zip
add autoimpact target (pre-select bitfile)
-rw-r--r--contrib/xilinx.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk
index da1c88b..538aad1 100644
--- a/contrib/xilinx.mk
+++ b/contrib/xilinx.mk
@@ -212,6 +212,9 @@ impact:
ldimpact:
@bash -c "$(xil_env); cd ../build; LD_PRELOAD=/usr/local/lib/libusb-driver.so impact &"
+autoimpact:
+ @bash -c "$(xil_env); cd ../build; impact -mode bscan -b build/$(project).bit -port auto -autoassign &"
+
ise:
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
@echo "! WARNING: you might need to update ISE's project settings !"