Matt Liberty
Matt Liberty
@openroadie any eta?
You might look at https://doc.qt.io/qt-5/gestures-overview.html for a custom gesture.
For example moving instance wire15 to the middle (x=450um) reduces the slack from -0.14 to -0.12
[repro.zip](https://github.com/The-OpenROAD-Project/OpenROAD/files/11988726/repro.zip)
I would guess it is repair_clock_nets rather than repair_timing that is the problem (the later shouldn't touch the clock tree).
It would be better to just fix the python API. This still doesn't get you access to the data.
You would need to add a swig typemap to handle the collection. in odb/src/swig you can see how we have handled other such. In general messing with swig is headache...
Even if you read bottom up you need to know when you are done and should display the result. When reading Verilog we require `link_design` to indicate completion (as do...
It appears this design is not running in the CI.
Probably we should just get the base case working or remove the whole design. Can the autotuner find a working configuration?