docs: correct small typo in flow_overview.md (#1510)

This commit is contained in:
Sean Cross
2022-12-26 23:04:02 +08:00
committed by GitHub
parent 2db0936572
commit 2dd875a571

View File

@@ -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**