OpenROAD
OpenROAD copied to clipboard
ODB swig python API getPoint
odb has removed getPoint_ext API and used getPoint for both (with/without ext). getPoint with 2 arguments is wrapped while getPoint with 3 arguments isn't. So when I call getPoint expecting 3 returned values, I only get 2.
Are you planning to fix this or @ahmadelrouby ?