diff --git a/netpfga/do-all-steps.sh b/netpfga/do-all-steps.sh index 2907b8a..353a6fc 100755 --- a/netpfga/do-all-steps.sh +++ b/netpfga/do-all-steps.sh @@ -38,7 +38,7 @@ cd $SUME_FOLDER && ./tools/scripts/nf_test.py sim --major switch --minor default # Step 10 cd $NF_DESIGN_DIR && make -# Step 11: - +# Step 11: (nothing to be done) # Step 12: cd $NF_DESIGN_DIR/bitfiles @@ -47,4 +47,4 @@ cp $P4_PROJECT_DIR/testdata/config_writes.sh ./ # Step 13: cd $NF_DESIGN_DIR/bitfiles/ -sudo ./program_switch.sh +sudo bash -c ". $HOME/master-thesis/netpfga/bashinit && $(pwd -P)/program_switch.sh"