update bashinit for new system
This commit is contained in:
parent
47d49638a8
commit
f27f6c5c85
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ export PATH=$PATH:/opt/Xilinx/Vivado/2018.2/bin
|
|||
. ~/projects/P4-NetFPGA/tools/settings.sh
|
||||
|
||||
#### SDNet ####
|
||||
export PATH=$PATH:/opt/xilinx/SDNet/2018.2/bin
|
||||
. /opt/xilinx/SDNet/2018.2/settings64.sh
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue