Commit f8ff3fd9 authored by Lucas Russo's avatar Lucas Russo

run_valgrind.sh: fix ebpm command-line options

parent 1acccbcb
...@@ -25,7 +25,7 @@ valgrind --leak-check=yes --trace-children=yes \ ...@@ -25,7 +25,7 @@ valgrind --leak-check=yes --trace-children=yes \
--suppressions=valgrind.supp \ --suppressions=valgrind.supp \
${PREFIX}/bin/ebpm -f ${PREFIX}/etc/bpm_sw/bpm_sw.cfg \ ${PREFIX}/bin/ebpm -f ${PREFIX}/etc/bpm_sw/bpm_sw.cfg \
-n be -t pcie \ -n be -t pcie \
-i ${board_slot} -e /dev/fpga/${board_slot} -s 0 \ -i ${board_slot} \
-b tcp://127.0.0.1:8978 -l stdout > \ -b tcp://127.0.0.1:8978 -l stdout > \
valgrind_report.txt 2>&1 valgrind_report.txt 2>&1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment