Skip to content

Commit a6f355a

Browse files
authored
Merge pull request #3992 from The-OpenROAD-Project-staging/autotuner-config-fix
fixed paths to search space file
2 parents fea258d + 5332161 commit a6f355a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow/designs/asap7/gcd/asap7_gcd_tune.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ run_config:
1010
samples: 10
1111
timeout: 1.0
1212
search_space:
13-
file: autotuner_new.json
13+
file: designs/gcd/autotuner_new.json

flow/designs/asap7/ibex/asap7_ibex_tune.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ run_config:
99
ray_outputs_dir: /work
1010
orfs_outputs_dir: /work
1111
search_space:
12-
file: /work/configs/asap7/ibex/autotuner_new.json
12+
file: designs/asap7/ibex/autotuner_new.json

0 commit comments

Comments
 (0)