.gitignore
LICENSE
README.rst
pyproject.toml
sv_simpleparser/__init__.py
sv_simpleparser/_gen_templates.py
sv_simpleparser/_hdl.py
sv_simpleparser/_sv_parser.py
sv_simpleparser/_token.py
sv_simpleparser/cli.py
sv_simpleparser.egg-info/PKG-INFO
sv_simpleparser.egg-info/SOURCES.txt
sv_simpleparser.egg-info/dependency_links.txt
sv_simpleparser.egg-info/entry_points.txt
sv_simpleparser.egg-info/requires.txt
sv_simpleparser.egg-info/top_level.txt
sv_simpleparser/Templates/__init__.py
sv_simpleparser/Templates/confluence_wiki_table_template
sv_simpleparser/Templates/instance_template
sv_simpleparser/Templates/instance_with_param_template
sv_simpleparser/Templates/markdown_table_template
sv_simpleparser/Templates/wrapper.temp.sv
tests/test_cli.py
tests/test_parser.py
tests/svfiles_examples/adder.sv
tests/svfiles_examples/bcd_adder.sv
tests/svfiles_examples/encoder_using_case.sv
tests/svfiles_examples/jarbitraryCounter.sv
tests/svfiles_examples/param_module.sv
tests/svfiles_examples/up_down_counter.sv