aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/xilinx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xilinx.mk')
-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 !"