From f27f6c5c8517f60682e6705fcddb7582da4e1ceb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 14 Jun 2019 11:37:53 +0200 Subject: [PATCH] update bashinit for new system --- netpfga/bashinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netpfga/bashinit b/netpfga/bashinit index 5c3d906..4be5da7 100644 --- a/netpfga/bashinit +++ b/netpfga/bashinit @@ -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