diff --git a/flow/test/test_autotuner.sh b/flow/test/test_autotuner.sh index f9a17d2794..48e5228dce 100755 --- a/flow/test/test_autotuner.sh +++ b/flow/test/test_autotuner.sh @@ -36,7 +36,7 @@ fi all_experiments=$(basename -a $all_experiments) for expt in $all_experiments; do python3 tools/AutoTuner/src/autotuner/utils/plot.py \ - --platform ${PLATFORM} \ + --platform ${LOWERCASE_PLATFORM} \ --design ${DESIGN_NAME} \ --experiment $expt done