Skip to content

Commit 8a24c2d

Browse files
committed
docs: update to match log file names in makefile
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 8b1e49a commit 8a24c2d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/tutorials/FlowTutorial.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Log Elapsed seconds
106106
1_1_yosys 2
107107
3_3_place_gp 1
108108
4_1_cts 8
109-
5_2_TritonRoute 10
109+
5_2_route 10
110110
6_1_merge 10
111111
6_report 3
112112
```
@@ -315,13 +315,13 @@ abc.constr klayout.lyt klayout_tech.lef lib
315315

316316
| `logs` | | |
317317
|------------------------|------------------------|-----------------------|
318-
| `1_1_yosys.log` | `3_1_place_gp.log` | `5_2_TritonRoute.log` |
318+
| `1_1_yosys.log` | `3_1_place_gp.log` | `5_2_route.log` |
319319
| `2_1_floorplan.log` | `3_2_place_iop.log` | `6_1_merge.log` |
320320
| `2_2_floorplan_io.log` | `3_3_resizer.log` | `6_report.log` |
321321
| `2_3_tdms_place.log` | `3_4_opendp.log` | |
322-
| `2_4_mplace.log` | `4_1_cts.log` | |
323-
| `2_5_tapcell.log` | `4_2_cts_fillcell.log` | |
324-
| `2_6_pdn.log` | `5_1_fastroute.log` | |
322+
| `2_4_floorplan_macro.log` | `4_1_cts.log` | |
323+
| `2_5_floorplan_tapcell.log` | `4_2_cts_fillcell.log` | |
324+
| `2_6_floorplan_pdn.log` | `5_1_grt.log` | |
325325

326326

327327
- `results/sky130hd/ibex/base`
@@ -393,13 +393,13 @@ The log structure is as follows:
393393

394394
| `logs` | | |
395395
|------------------------|------------------------|-----------------------|
396-
| `1_1_yosys.log` | `3_1_place_gp.log` | `5_2_TritonRoute.log` |
396+
| `1_1_yosys.log` | `3_1_place_gp.log` | `5_2_route.log` |
397397
| `2_1_floorplan.log` | `3_2_place_iop.log` | `6_1_merge.log` |
398398
| `2_2_floorplan_io.log` | `3_3_resizer.log` | `6_report.log` |
399399
| `2_3_tdms_place.log` | `3_4_opendp.log` | |
400-
| `2_4_mplace.log` | `4_1_cts.log` | |
401-
| `2_5_tapcell.log` | `4_2_cts_fillcell.log` | |
402-
| `2_6_pdn.log` | `5_1_fastroute.log` | |
400+
| `2_4_floorplan_macro.log` | `4_1_cts.log` | |
401+
| `2_5_floorplan_tapcell.log` | `4_2_cts_fillcell.log` | |
402+
| `2_6_floorplan_pdn.log` | `5_1_grt.log` | |
403403

404404
### Area
405405

0 commit comments

Comments
 (0)