diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-10-04 14:46:30 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-10-04 14:46:30 -0400 |
commit | a9cdeccc5c32979b44c3fb7cd2c86ed564adcfda (patch) | |
tree | eb1e6e52f77630e5bbde24767a1626aaae34793a /contrib | |
parent | d20366f41d899424611fe2e91b6bfb2d44d5e82f (diff) | |
download | basic-hdl-template-a9cdeccc5c32979b44c3fb7cd2c86ed564adcfda.tar.gz basic-hdl-template-a9cdeccc5c32979b44c3fb7cd2c86ed564adcfda.zip |
add autoimpact target (pre-select bitfile)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/xilinx.mk | 3 |
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 !" |