Matt Liberty

Results 59 issues of Matt Liberty

### Description - OL is still using the old macro placer (macro_placement) rather than the new one (rtl_macro_placer). The old one should be considered deprecated and will eventually be removed...

LibreLane

### Describe the bug I was looking at the drt failure in asap7/ethmac_lvt and noticed that rebuffer4/Y is connected to a net with no outputs. I don't know why we...

rsz

### Description In light of the performance improvements reported in https://github.com/The-OpenROAD-Project/OpenROAD/pull/5150, please investigate if we can turn on RECOVER_POWER by default. Previously it was too slow for large designs to...

I created a [PR](https://github.com/The-OpenROAD-Project/OpenROAD/pull/6047) that generated `"Sorry, the diff exceeded the maximum number of lines (20000)"` ([here](https://github.com/The-OpenROAD-Project/OpenROAD/actions/runs/11578416657/job/32232182149?pr=6047)). The PR is the deletion of a module with little code addition. It...

enhancement
help wanted

### Discussed in https://github.com/The-OpenROAD-Project/OpenROAD/discussions/6174 Originally posted by **kareefardi** November 17, 2024 [test.tar.gz](https://github.com/user-attachments/files/17791107/test.tar.gz) This is a test case of two scripts running global placement. Both functionally should be identical. The difference...

gpl

### Subject [Documentation] for documentation errors. ### Describe the bug finish__timing__setup__tns ``` - "value": -239.0, + "value": -25000.0, ``` ### Expected Behavior Reasonable change ### Environment ```shell https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/pull/3620 ``` ###...

gpl

### Description Add https://github.com/google-coral/coralnpu to ORFS on asap7 ### Suggested Solution Use fakeram as needed. ### Additional Context _No response_

### Subject [Stage]: Other. Please describe below. ### Describe the bug For asap7 in the setRC.tcl we have ``` set_wire_rc -clock -resistance 5.13971E-02 -capacitance 1.44549E-01 ``` We are using M4-M7...

### Description Currently only dbModule has a descriptor and it only shows dbInsts. ### Suggested Solution Add dbModBTerm, dbModITerm, dbModNet, dbInst with appropriate links between them. ### Additional Context _No...

gui

### Description The warning in https://github.com/The-OpenROAD-Project/OpenROAD/pull/8981 is a false positive. I tried the same in godbolt with the latest clang-tidy and no error is reported. ### Suggested Solution Upgrade to...