Skip to content

Commit b286549

Browse files
authored
Merge pull request #2415 from luarss/topic/fix-at-missing
[Autotuner] Documentation fix for old file
2 parents 3b8220a + d765f81 commit b286549

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
@@ -27,6 +27,10 @@ We have provided two convenience scripts, `./install.sh` and `./setup.sh`
2727
that works in Python3.8 for installation and configuration of AutoTuner,
2828
as shown below:
2929

30+
```{note}
31+
Make sure you run the following commands in `./tools/AutoTuner/src/autotuner`.
32+
```
33+
3034
```shell
3135
# Install prerequisites
3236
./tools/AutoTuner/install.sh
@@ -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)