Skip to content

Commit

Permalink
Merge pull request #2297 from jeffng-or/tutorial-doc-update
Browse files Browse the repository at this point in the history
Fixed minor typos
  • Loading branch information
maliberty authored Aug 28, 2024
2 parents 0e759f0 + 8e9b5f2 commit ad2f1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/FlowTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ The table below briefly describes the reports directory files.

| File Name | Description |
|------------------------|----------------------------------------------------------|
| `congestion.rpt` | Gloabl routing congestion if occurred. |
| `congestion.rpt` | Global routing congestion if occurred. |
| `5_route_drc.rpt` | DRC violations if occurred. |
| `final_clocks.webp` | OR extracted image reference after clock tree synthesis. |
| `final_resizer.webp` | OR extracted image reference after resizer. |
Expand Down
2 changes: 1 addition & 1 deletion docs/user/FlowVariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Note:
| `PLACE_DENSITY` | The desired placement density of cells. It reflects how spread the cells would be on the core area. 1.0 = closely dense. 0.0 = widely spread. |
| `PLACE_DENSITY_LB_ADDON` | Check the lower boundary of the PLACE_DENSITY and add PLACE_DENSITY_LB_ADDON if it exists. |
| `REPAIR_PDN_VIA_LAYER` | Remove power grid vias which generate DRC violations after detailed routing. |
| `GLOBAL_PLACEMENT_ARGS` | Use additional tuning parameters during global placement other than default args defined in gloabl_place.tcl. |
| `GLOBAL_PLACEMENT_ARGS` | Use additional tuning parameters during global placement other than default args defined in global_place.tcl. |
| `ENABLE_DPO` | Enable detail placement with improve_placement feature. |
| `DPO_MAX_DISPLACEMENT` | Specifies how far an instance can be moved when optimizing. |
| `GPL_TIMING_DRIVEN` | Specifies whether the placer should use timing driven placement. |
Expand Down

0 comments on commit ad2f1b3

Please sign in to comment.