Matt Liberty

Results 1724 comments of Matt Liberty

@bnmfw you might start with the debug graphics to see what is being tried: Add `detailed_route_debug -pa -pa_markers -pin instance:A` and run with the GUI.

The test case is slightly off ask make_tracks needs before place_pins. The real issue is that the pin is 0.33 which triggers ``` MINIMUMCUT 2 WIDTH 0.310 FROMABOVE ; ```...

![Image](https://github.com/user-attachments/assets/64f5bb5e-a15e-4b6e-ab09-e7000dead0e7)

I don't even see a double check via in your LEF to use.

> So double cut support is needed for this techno. Sorry but the router will not support this technology currently.

I don't see such errors in the latest CI (https://jenkins.openroad.tools/blue/rest/organizations/jenkins/pipelines/OpenROAD-flow-scripts-Nightly-Public/runs/4174/nodes/1246/log/?start=0)

@precisionmoon I don't see anything in CTS that checks max fanout. I tried setting `export CTS_CLUSTER_SIZE = 8` but that only fixes the leaf clusters and violations remain higher in...

Names generally suck and there is no magic bullet. They differ by format (\a[1] vs a\\[1\\]) and escaping can be required to disambiguate (a/b vs a\\/b are different). Case sensitivity...

@vvbandeira could this be a GH action?

We are not currently using `clockgate` so why does this PR lead to failures?