Skip to content

Commit e35c62d

Browse files
committed
remove old at file and update readme paths
Signed-off-by: luarss <[email protected]>
1 parent 53873f6 commit e35c62d

File tree

2 files changed

+6
-966
lines changed

2 files changed

+6
-966
lines changed

docs/user/InstructionsForAutoTuner.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ The order of the parameters matter. Arguments `--design`, `--platform` and
119119
`--config` are always required and should precede <mode>.
120120
```
121121

122+
```{note}
123+
Make sure you run the following commands in `./tools/AutoTuner/src/autotuner`.
124+
```
125+
122126
#### Tune only
123127

124128
* AutoTuner: `python3 distributed.py tune -h`
@@ -127,8 +131,8 @@ Example:
127131

128132
```shell
129133
python3 distributed.py --design gcd --platform sky130hd \
130-
--config ../designs/sky130hd/gcd/autotuner.json \
131-
tune
134+
--config ../../../../flow/designs/sky130hd/gcd/autotuner.json \
135+
tune --samples 5
132136
```
133137
#### Sweep only
134138

0 commit comments

Comments
 (0)