Skip to content

Commit 8ed48e4

Browse files
docs: address review feedback on gcd quickstart
Use ASCII dashes and paths relative to the flow directory for consistency. Signed-off-by: fusang <fusang991@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0eaa3fc commit 8ed48e4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/tutorials/QuickstartGcdNangate45.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Quickstart: Run gcd on nangate45 with Docker
22

3-
This guide runs the smallest ORFS smoke test ¡ª the `gcd` design on the
4-
`nangate45` platform ¡ª from RTL to GDS using the pre-built Docker image.
3+
This guide runs the smallest ORFS smoke test -- the `gcd` design on the
4+
`nangate45` platform -- from RTL to GDS using the pre-built Docker image.
55
No local compilation is required.
66

77
For the full RTL-to-GDS walkthrough with interactive examples, see the
@@ -50,9 +50,9 @@ Final layout files are written under the `base` flow variant:
5050

5151
| Artifact | Path |
5252
|----------|------|
53-
| GDSII | `flow/results/nangate45/gcd/base/6_final.gds` |
54-
| DEF | `flow/results/nangate45/gcd/base/6_final.def` |
55-
| Logs | `flow/logs/nangate45/gcd/base/` |
53+
| GDSII | `results/nangate45/gcd/base/6_final.gds` |
54+
| DEF | `results/nangate45/gcd/base/6_final.def` |
55+
| Logs | `logs/nangate45/gcd/base/` |
5656

5757
Confirm the GDS exists:
5858

@@ -111,4 +111,4 @@ This quickstart was verified with:
111111
- Image: `openroad/orfs:latest`
112112
- Command: `util/docker_shell make DESIGN_CONFIG=./designs/nangate45/gcd/config.mk`
113113
- Full clean run (`make clean_all` then `make`): ~61 seconds wall time
114-
- Output: `flow/results/nangate45/gcd/base/6_final.gds` present
114+
- Output: `results/nangate45/gcd/base/6_final.gds` present

0 commit comments

Comments
 (0)