-
I want to directly query odb database. How can I do that? There is no command for that. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
also found odb::xxx. No documentation either. |
Beta Was this translation helpful? Give feedback.
-
I got to something using orf and odb to get the created power domains: foreach pd [::odb::dbBlock_getPowerDomains [::ord::get_db_block]] { I think I get the idea. A pity it's not documented. |
Beta Was this translation helpful? Give feedback.
-
We use swig on https://github.com/The-OpenROAD-Project/OpenROAD/blob/master/src/odb/include/odb/db.h so the APIs and comments there should be a guide. If you have specific questions please ask. |
Beta Was this translation helpful? Give feedback.
-
Ok thanks. It helps. Although not all methods have comments. dbPowerDomain for instance. |
Beta Was this translation helpful? Give feedback.
We use swig on https://github.com/The-OpenROAD-Project/OpenROAD/blob/master/src/odb/include/odb/db.h so the APIs and comments there should be a guide. If you have specific questions please ask.