OpenROAD icon indicating copy to clipboard operation
OpenROAD copied to clipboard

OpenROAD's unified application implementing an RTL-to-GDS Flow. Documentation at https://openroad.readthedocs.io/en/latest/

Results 687 OpenROAD issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Eder Monteiro Fix https://github.com/The-OpenROAD-Project/OpenROAD/issues/2135

* OpenROAD 273a9ac3a ``` OpenROAD v2.0-4585-g273a9ac3a This program is licensed under the BSD-3 license. See the LICENSE file for details. Components of this program may be licensed under more restrictive...

short around (2200.00000, 132.00000) ![image](https://user-images.githubusercontent.com/761514/180233542-59d29cb6-63d0-4230-b0ee-d41648a09b14.png) [issue_reproducible.tar.gz](https://github.com/The-OpenROAD-Project/OpenROAD/files/9159999/issue_reproducible.tar.gz)

We need a binary openroad image at dockerhub for this to be complete Signed-off-by: osamahammad21

I'm noticing high clock skew on some `sky130hd` designs. While trying to narrow this down, I found that adding `-post_cts_disable` helps a lot: ``` baseline (cts.tcl): Clock ext_clk Latency CRPR...

CTS isn't aware of blockages when constructing the tree or adding post-opt buffers. This can lead to poor results with excessive skew. A test case is provided in https://github.com/The-OpenROAD-Project/OpenROAD/pull/2130 The...