Skip to content

Silly question about Python #753

Closed Answered by macd
oharboe asked this question in General
Jan 4, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

We have basic Python wrappers for many of the OR tools, but I think it is still early days for the kind of integration that the OP is looking for. At present, the Python core plus the wrappers are linked into the OR executable. When you execute 'openroad -python', you get the OR specific python interpreter, but you get the system's Python environment (ie available packages etc). In OR python, you can import the packages you want, including pdb. There is a draft PR that seeks to make all this a package and pip installable (The-OpenROAD-Project/OpenROAD#2311), but I don't think there is a timeline for completion. We're not there yet, but the direction is clear.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@oharboe
Comment options

oharboe Jan 4, 2023
Collaborator Author

Answer selected by oharboe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants