Skip to content

Commit

Permalink
fix LOWERCASE_PLATFORM
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <jluar@precisioninno.com>
  • Loading branch information
luarss committed Jan 14, 2025
1 parent 251686d commit 32d87fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/test/test_autotuner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32d87fb

Please sign in to comment.