Matt Liberty
Matt Liberty
### Description When visiting https://mermaid-js.github.io/mermaid/#/classDiagram I see errors like:  ### Steps to reproduce As above ### Screenshots As above ### Code Sample _No response_ ### Setup **Desktop** - OS...
### Prompt global_route now has a -congestion_report_file option. This will generate a report file that shows where the congestion is failing when grt fails. The resulting file can be loaded...
In Resizer::cellWireDelay I had to add the call to makeCornersAfter after copy: ``` corners->copy(sta_->corners()); sta->sdc()->makeCornersAfter(corners); ``` without that sta fails as the extra corners added by the copy were not...
I'm interested to try and build caravel myself to get a better understanding. Is there a set of steps to do so from the caravel repo? I see the frozen...
### Describe the bug In this test case report_checks takes ~2 minutes to run while report_clock_skew takes ~25 minutes. This seems surprisingly different. This is extracted from https://github.com/The-OpenROAD-Project/OpenROAD/issues/4828 as a...
### Description I noticed in asap7 that although the min routing layer is M2 we still write out useless congestion map data for M1 into odb. All the entries are...
### Description Add support for LEF58_EDGETYPE & LEF58_CELLEDGESPACINGTABLE attributes in odb, dpl, and dpo. An abstracted example of the required syntax: ``` MACRO LEF58_EDGETYPE STRING ; LIBRARY LEF58_CELLEDGESPACINGTABLE STRING "CELLEDGESPACINGTABLE...
### Description Seek to replace calls to grt with rudy to improve the runtime performance of gpl without QOR degradation. ### Suggested Solution _No response_ ### Additional Context _No response_
### Description All the fixed costs should match (pdn, blockages). Derating should be correlated as well. ### Suggested Solution _No response_ ### Additional Context _No response_
### Description In the liberty generated write_timing_model the area is not recorded. It should be included ### Suggested Solution Write the area from odb. ### Additional Context mock-array can be...