Skip to content

Commit 2d3519c

Browse files
committed
fix openroad_distributed
Signed-off-by: Jack Luar <[email protected]>
1 parent 26a6ca0 commit 2d3519c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/AutoTuner/src/autotuner/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,6 @@ def openroad_distributed(
664664
args,
665665
repo_dir,
666666
config,
667-
path,
668667
sdc_original,
669668
fr_original,
670669
install_path,
@@ -688,7 +687,6 @@ def openroad_distributed(
688687
base_dir=repo_dir,
689688
parameters=config,
690689
flow_variant=f"{uuid()}-{variant}",
691-
path=path,
692690
install_path=install_path,
693691
)
694692
duration = time() - t

0 commit comments

Comments
 (0)