also automate last step

This commit is contained in:
Nico Schottelius 2019-06-06 22:28:46 +02:00
parent ead0276527
commit 63e28f0caa
1 changed files with 2 additions and 2 deletions

View File

@ -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"