-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.sh
24 lines (17 loc) · 1010 Bytes
/
settings.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
################################################################################
# setup Xilinx Vivado FPGA tools
################################################################################
. /opt/Xilinx/Vivado/2016.4/settings64.sh
################################################################################
# setup cross compiler toolchain
################################################################################
export CROSS_COMPILE=arm-linux-gnueabihf-
################################################################################
# setup download cache directory, to avoid downloads
################################################################################
#export DL=dl
################################################################################
# common make procedure, should not be run by this script
################################################################################
#GIT_COMMIT_SHORT=`git rev-parse --short HEAD`
#make REVISION=$GIT_COMMIT_SHORT