hdl / pyHDLParser

Simple Python parser for extracting HDL (VHDL or Verilog) documentation
https://HDL.github.io/pyHDLParser
MIT License
17 stars 10 forks source link

Adding Bluespec Support #11

Open iamkarthikbk opened 7 months ago

iamkarthikbk commented 7 months ago

Hi! I came across symbolator and hdlparse when I was looking to automate some of my documentation flow. Is it possible that we can add Bluespec[1] support for hdlparse/symbolator ? The Bluespec compiler already gives me verilog, but I think that parsing and diagramming Bluespec code will retain more high level information from my designs.

Please let me know if this is possible - I am willing to assist.

-- [1] : https://github.com/B-Lang-org/bsc