LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
setup.py
axion_hdl/README.md
axion_hdl/__init__.py
axion_hdl/address_manager.py
axion_hdl/annotation_parser.py
axion_hdl/axion.py
axion_hdl/bit_field_manager.py
axion_hdl/cli.py
axion_hdl/code_formatter.py
axion_hdl/doc_generators.py
axion_hdl/generator.py
axion_hdl/gui.py
axion_hdl/json_input_parser.py
axion_hdl/parser.py
axion_hdl/rule_checker.py
axion_hdl/source_modifier.py
axion_hdl/vhdl_utils.py
axion_hdl/xml_input_parser.py
axion_hdl/yaml_input_parser.py
tests/__init__.py
tests/append_gui_results.py
tests/conftest.py
tests/run_full_test.sh
tests/run_tests.py
tests/test_rule_checker.py
tests/test_rule_file_output.py
tests/test_smart_preserve.py
tests/verify_xml_manual.py
tests/c/test_c_headers.c
tests/python/__init__.py
tests/python/test_addr.py
tests/python/test_address_conflict.py
tests/python/test_axion.py
tests/python/test_cdc.py
tests/python/test_cli.py
tests/python/test_default.py
tests/python/test_error_handling.py
tests/python/test_file_modification.py
tests/python/test_format_equivalence.py
tests/python/test_gen_018_generic_base.py
tests/python/test_generator.py
tests/python/test_gui.py
tests/python/test_gui_parsing_errors.py
tests/python/test_gui_property_changes.py
tests/python/test_json_input.py
tests/python/test_overwrite.py
tests/python/test_parser.py
tests/python/test_parser_gen_018_fixes.py
tests/python/test_rule_checker_overlaps.py
tests/python/test_smart_persistence.py
tests/python/test_stress.py
tests/python/test_subregister.py
tests/python/test_val_005_duplicate_module.py
tests/python/test_validation.py
tests/python/test_vhdl_robustness.py
tests/python/test_xml_input.py
tests/python/test_xml_sub.py
tests/python/test_yaml_input.py
tests/vhdl/mixed_width_controller.vhd
tests/vhdl/multi_module_tb.vhd
tests/vhdl/sensor_controller.vhd
tests/vhdl/spi_controller.vhd
tests/vhdl/subregister_test.vhd
tests/vhdl/subregister_test_tb.vhd
tests/vhdl/subregister_xml_test_tb.vhd
tests/vhdl/error_cases/address_conflict_test.vhd