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.
17 lines
456 B
17 lines
456 B
export XILINXD_LICENSE_FILE=2100@samichlaus.ethz.ch |
|
|
|
##### Vivado ##### |
|
. /opt/Xilinx/Vivado/2018.2/settings64.sh |
|
export PATH=$PATH:/opt/Xilinx/Vivado/2018.2/bin |
|
|
|
#### P4-NetFPGA ##### |
|
. ~/projects/P4-NetFPGA/tools/settings.sh |
|
|
|
#### SDNet #### |
|
export PATH=$PATH:/opt/Xilinx/SDNet/2018.2/bin |
|
. /opt/Xilinx/SDNet/2018.2/settings64.sh |
|
|
|
# set DISPLAY env variable so that xsct works properly from cmdline |
|
if [ -z "$DISPLAY" ]; then |
|
export DISPLAY=dummy |
|
fi
|
|
|