How to extract an AST tree? #4013
lijiale6224
started this conversation in
General
Replies: 1 comment
|
Yes, I second that. I would also like to extract the AST (even in plain text) rather than the RTLIL. I need vector widths, indices, and slices to be retained in their original form (i.e. expressions involving constants, operators, localparams/parameters, etc). The AST (lexed, parsed, not processed) representation described in the docs sounds perfect, but it looks like it's purely internal and I would need to write a plugin to access this structure. The output of |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want the verilog designed AST parsing tree, not the RTLIL that I get directly
All reactions