From a9cdeccc5c32979b44c3fb7cd2c86ed564adcfda Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Fri, 4 Oct 2013 14:46:30 -0400 Subject: add autoimpact target (pre-select bitfile) --- contrib/xilinx.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib') 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 !" -- cgit v1.2.3