Skip to content

Commit

Permalink
Scripts now use dns hostname instead of dynamic ip
Browse files Browse the repository at this point in the history
  • Loading branch information
judeharis committed Dec 5, 2023
1 parent b8799bf commit 346626b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion experiments/ex1/pynq_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
axi4mlir_projroot=/working_dir/
arm_libs_dir=$axi4mlir_projroot/builds/llvm-project/build-runner-arm/lib
board_user=tester1
board_hostname=92.237.73.36
board_hostname=jharis.ddns.net
ex=ex1_pynq
bins_dir=bins
libs_dir=./$ex/libs
Expand Down
2 changes: 1 addition & 1 deletion experiments/ex1/pynq_send.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
axi4mlir_projroot=/working_dir/
arm_libs_dir=$axi4mlir_projroot/builds/llvm-project/build-runner-arm/lib
board_user=tester1
board_hostname=92.237.73.36
board_hostname=jharis.ddns.net
ex=ex1_pynq
bins_dir=bins
libs_dir=./$ex/libs
Expand Down
2 changes: 1 addition & 1 deletion experiments/ex2/pynq_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
axi4mlir_projroot=/working_dir/
arm_libs_dir=$axi4mlir_projroot/builds/llvm-project/build-runner-arm/lib
board_user=tester1
board_hostname=92.237.73.36
board_hostname=jharis.ddns.net
ex=ex2_pynq
bins_dir=bins
libs_dir=./$ex/libs
Expand Down
2 changes: 1 addition & 1 deletion experiments/ex2/pynq_send.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
axi4mlir_projroot=/working_dir/
arm_libs_dir=$axi4mlir_projroot/builds/llvm-project/build-runner-arm/lib
board_user=tester1
board_hostname=92.237.73.36
board_hostname=jharis.ddns.net
ex=ex2_pynq
bins_dir=bins
libs_dir=./$ex/libs
Expand Down
2 changes: 1 addition & 1 deletion experiments/ex3/pynq_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
axi4mlir_projroot=/working_dir/
arm_libs_dir=$axi4mlir_projroot/builds/llvm-project/build-runner-arm/lib
board_user=tester1
board_hostname=92.237.73.36
board_hostname=jharis.ddns.net
ex=ex3_pynq
bins_dir=bins
libs_dir=./$ex/libs
Expand Down
2 changes: 1 addition & 1 deletion experiments/ex3/pynq_send.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
axi4mlir_projroot=/working_dir/
arm_libs_dir=$axi4mlir_projroot/builds/llvm-project/build-runner-arm/lib
board_user=tester1
board_hostname=92.237.73.36
board_hostname=jharis.ddns.net
ex=ex3_pynq
bins_dir=bins
libs_dir=./$ex/libs
Expand Down
2 changes: 1 addition & 1 deletion experiments/ex4/pynq_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
axi4mlir_projroot=/working_dir/
arm_libs_dir=$axi4mlir_projroot/builds/llvm-project/build-runner-arm/lib
board_user=tester1
board_hostname=92.237.73.36
board_hostname=jharis.ddns.net
ex=ex4_pynq
bins_dir=bins
libs_dir=./$ex/libs
Expand Down
2 changes: 1 addition & 1 deletion experiments/ex4/pynq_send.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
axi4mlir_projroot=/working_dir/
arm_libs_dir=$axi4mlir_projroot/builds/llvm-project/build-runner-arm/lib
board_user=tester1
board_hostname=92.237.73.36
board_hostname=jharis.ddns.net
ex=ex4_pynq
bins_dir=bins
libs_dir=./$ex/libs
Expand Down

0 comments on commit 346626b

Please sign in to comment.