From 8e9b5f27acd6c7aafd3dce64e6ba237b5e2f9758 Mon Sep 17 00:00:00 2001 From: Jeff Ng Date: Tue, 27 Aug 2024 16:51:37 -0700 Subject: [PATCH] Fixed minor typos Signed-off-by: Jeff Ng --- docs/tutorials/FlowTutorial.md | 2 +- docs/user/FlowVariables.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/FlowTutorial.md b/docs/tutorials/FlowTutorial.md index d009eb184e..9a44ca80c7 100644 --- a/docs/tutorials/FlowTutorial.md +++ b/docs/tutorials/FlowTutorial.md @@ -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. | diff --git a/docs/user/FlowVariables.md b/docs/user/FlowVariables.md index eebfd179ec..9801242cd3 100644 --- a/docs/user/FlowVariables.md +++ b/docs/user/FlowVariables.md @@ -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. |