rename dir
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
3e029252a6
commit
50971dc10c
197 changed files with 0 additions and 0 deletions
17
netfpga/bashinit
Normal file
17
netfpga/bashinit
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue