OpenROAD
OpenROAD copied to clipboard
OpenROAD's unified application implementing an RTL-to-GDS Flow. Documentation at https://openroad.readthedocs.io/en/latest/
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)  [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
… FrLayer Signed-off-by: habibayassin
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...