MikePopoloski / pyslang

Python bindings for slang, a library for compiling SystemVerilog
MIT License
38 stars 6 forks source link

Could I use pyslang to parse the json format AST #60

Closed fzwwj95 closed 1 year ago

fzwwj95 commented 1 year ago

Could I use pyslang to parse the json format AST?or turn the json to systemverilog code?

MikePopoloski commented 1 year ago

You could write code to do so, but the functionality does not currently exist.