rmflyer's Stars
emrii/verilog-file-parser
This automated script will parse through a verilog file RTL code and identify the module, its ports and parametrs. The path to the file should be given as an arguement on the command line, the result will be stored in a new file named 'LOG<name_of_module>.text'
tree-sitter/tree-sitter-verilog
SystemVerilog grammar for tree-sitter
kevinpt/hdlparse
Simple parser for extracting VHDL documentation
Nic30/hdlConvertorAst
Python library of AST nodes for SystemVerilog/VHDL, code generator, transpiler and translator
Miracle3310/VerilogParser
A Verilog HDL parser based on Python, can be used to generate testbench.
olofk/edalize
An abstraction library for interfacing EDA tools
controlpaths/verilog_parser
A python based verilog parser
cclienti/svmodule
SystemVerilog & Verilog Module I/O parser and printer
jimwang99/parser-for-chip-design
A set of Python based parsers for multiple file format used in IC chip design, including Verilog, SPICE, lib (Synopsys Liberty).