You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
316 B
12 lines
316 B
#!/bin/bash
|
|
export LD_PRELOAD=/home/ise/XilinxISE/libusb-driver.so
|
|
ISE_DS_DIR=/home/ise/XilinxISE/14.7/ISE_DS
|
|
#unset LD_PRELOAD
|
|
export gmake=/usr/bin/make
|
|
|
|
cd "$ISE_DS_DIR"
|
|
source "$ISE_DS_DIR"/settings64.sh
|
|
|
|
export LANG='' # reset locale to English to fix decimal/comma seperation
|
|
|
|
"$ISE_DS_DIR"/ISE/bin/lin64/ise
|
|
|