Skip to content

Commit ae94fa5

Browse files
committed
fix black and add exec check
Signed-off-by: luarss <[email protected]>
1 parent 31be124 commit ae94fa5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

flow/test/test_autotuner.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ if [ "$PLATFORM" == "asap7" ] && [ "$DESIGN_NAME" == "gcd" ]; then
2828

2929
echo "Running AutoTuner resume test (only once)"
3030
python3 -m unittest tools.AutoTuner.test.resume_check.ResumeCheck.test_tune_resume
31+
32+
echo "Running AutoTuner binary check (only once)"
33+
openroad_autotuner -h
3134
fi
3235

3336
exit $ret

tools/AutoTuner/src/autotuner/distributed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,5 +648,6 @@ def main():
648648
elif args.mode == "sweep":
649649
sweep()
650650

651+
651652
if __name__ == "__main__":
652653
main()

0 commit comments

Comments
 (0)