From 63e28f0caa5b132a13e3c4b5742903cc062679e4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 6 Jun 2019 22:28:46 +0200 Subject: [PATCH] also automate last step --- netpfga/do-all-steps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"