From 2dd875a571c42b0fccc3340d8c8db9cd3553e5c9 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Mon, 26 Dec 2022 23:04:02 +0800 Subject: [PATCH] docs: correct small typo in flow_overview.md (#1510) --- docs/source/flow_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/flow_overview.md b/docs/source/flow_overview.md index 817a1f09..85cb4fd5 100644 --- a/docs/source/flow_overview.md +++ b/docs/source/flow_overview.md @@ -18,7 +18,7 @@ OpenLane flow consists of several stages. By default all flow steps are run in s 3. **Placement** 1. `RePLace` - Performs global placement 2. `Resizer` - Performs optional optimizations on the design - 3. `OpenDP` - Perfroms detailed placement to legalize the globally placed components + 3. `OpenDP` - Performs detailed placement to legalize the globally placed components 4. **CTS** 1. `TritonCTS` - Synthesizes the clock distribution network (the clock tree) 5. **Routing**