The-OpenROAD-Project / OpenROAD

OpenROAD's unified application implementing an RTL-to-GDS Flow. Documentation at https://openroad.readthedocs.io/en/latest/
https://theopenroadproject.org/
BSD 3-Clause "New" or "Revised" License
1.48k stars 523 forks source link

ODB swig python API getPoint #1027

Open osamahammad21 opened 3 years ago

osamahammad21 commented 3 years ago

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.

maliberty commented 3 years ago

Are you planning to fix this or @ahmadelrouby ?

NairiBaveyann commented 2 months ago

@maliberty @osamahammad21 @tspyrou Hi, I wanted to work on this issue, but I have a doubt that the issue is obsolete because I see that OpenDB has been changed a lot since this issue has been created and the Python unit tests are outdated (paths, modules are incorrect and so on). Currently, I see that there is no getPoint_ext API available, if it's still worth adding I can work on it.