Skip to content

Commit 776ed53

Browse files
committed
fix global args, restore ihp smoke test tune
Signed-off-by: Jack Luar <[email protected]>
1 parent c24ba64 commit 776ed53

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tools/AutoTuner/src/autotuner/distributed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ def sweep():
673673

674674

675675
def main():
676+
global args, SDC_ORIGINAL, FR_ORIGINAL, LOCAL_DIR, INSTALL_PATH, ORFS_FLOW_DIR, config_dict, reference, best_params
676677
args = parse_arguments()
677678

678679
# Read config and original files before handling where to run in case we

tools/AutoTuner/test/smoke_test_tune.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,10 @@ class sky130hdTuneSmokeTest(BaseTuneSmokeTest):
4343
design = "gcd"
4444

4545

46+
class ihpsg13g2TuneSmokeTest(BaseTuneSmokeTest):
47+
platform = "ihp-sg13g2"
48+
design = "gcd"
49+
50+
4651
if __name__ == "__main__":
4752
unittest.main()

0 commit comments

Comments
 (0)