LICENSE
README.md
pyproject.toml
src/rtl_aid/__init__.py
src/rtl_aid/cli.py
src/rtl_aid/core.py
src/rtl_aid/functions.py
src/rtl_aid/lint.py
src/rtl_aid/sv_builtin_functions.py
src/rtl_aid.egg-info/PKG-INFO
src/rtl_aid.egg-info/SOURCES.txt
src/rtl_aid.egg-info/dependency_links.txt
src/rtl_aid.egg-info/entry_points.txt
src/rtl_aid.egg-info/requires.txt
src/rtl_aid.egg-info/top_level.txt
src/rtl_aid/config/__init__.py
src/rtl_aid/config/functions.yaml
src/rtl_aid/config/__pycache__/__init__.cpython-314.pyc
src/rtl_aid/tbgen/__init__.py
src/rtl_aid/tbgen/classify.py
src/rtl_aid/tbgen/cli.py
src/rtl_aid/tbgen/render.py
src/rtl_aid/tbgen/render_cocotb.py
src/rtl_aid/tbgen/render_dut.py
src/rtl_aid/templates/__init__.py
src/rtl_aid/templates/rtl-aidrc-template.yml
src/rtl_aid/templates/__pycache__/__init__.cpython-314.pyc
src/rtl_aid/templates/workflows/__init__.py
src/rtl_aid/templates/workflows/rtl-checks.yml
src/rtl_aid/templates/workflows/__pycache__/__init__.cpython-314.pyc
tests/test_config.py
tests/test_core.py
tests/test_lint.py
tests/test_tbgen.py