Possible to emit elaborated SV using pyslang? #1603
|
Hey all, I've been using the python bindings for slang and have generally been hugely impressed with the versatility of the tool for modifying .sv source files. I was wondering if there is any way at present to emit an .sv source file after slang has performed elaboration (with concretized parameters and modules etc.) Thanks! |
Answered by
MikePopoloski
Dec 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, it is not currently possible. There was the start of a PR here #1352 that attempted to do this but then the author gave up on it. It seems like a generally useful thing to have though.