From 32d87fbbc7976e812e8f6921061ee087075c7121 Mon Sep 17 00:00:00 2001 From: Jack Luar Date: Tue, 14 Jan 2025 12:46:39 +0000 Subject: [PATCH] fix LOWERCASE_PLATFORM Signed-off-by: Jack Luar --- flow/test/test_autotuner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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