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/toml_input_parser.py
axion_hdl/vhdl_utils.py
axion_hdl/xml_input_parser.py
axion_hdl/yaml_input_parser.py
axion_hdl/static/css/gui.css
axion_hdl/static/css/mac_terminal.css
axion_hdl/static/css/segmented_control.css
axion_hdl/static/css/style.css
axion_hdl/static/css/modules/config.css
axion_hdl/static/css/modules/diff.css
axion_hdl/static/css/modules/editor.css
axion_hdl/static/css/modules/generate.css
axion_hdl/static/css/modules/index.css
axion_hdl/static/css/modules/rule_check.css
axion_hdl/static/css/modules/source_viewer.css
axion_hdl/static/js/gui.js
axion_hdl/static/js/script.js
axion_hdl/static/js/modules/config.js
axion_hdl/static/js/modules/diff.js
axion_hdl/static/js/modules/editor.js
axion_hdl/static/js/modules/generate.js
axion_hdl/static/js/modules/index.js
axion_hdl/static/js/modules/rule_check.js
axion_hdl/static/js/modules/source_viewer.js
axion_hdl/templates/base.html
axion_hdl/templates/config.html
axion_hdl/templates/diff.html
axion_hdl/templates/editor.html
axion_hdl/templates/generate.html
axion_hdl/templates/index.html
axion_hdl/templates/rule_check.html
axion_hdl/templates/source_viewer.html
axion_hdl/templates/components/activity_log.html
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/cocotb/conftest.py
tests/cocotb/test_axi_lite.py
tests/cocotb/test_cdc.py
tests/cocotb/test_stress_extended.py
tests/cocotb/test_subregisters.py
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_address_assignment.py
tests/python/test_gui_parsing_errors.py
tests/python/test_gui_property_changes.py
tests/python/test_intra_module_address_conflict.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.py
tests/python/test_rule_checker_overlaps.py
tests/python/test_rule_file_output.py
tests/python/test_save_persistence.py
tests/python/test_smart_persistence.py
tests/python/test_stress.py
tests/python/test_subregister.py
tests/python/test_toml_input.py
tests/python/test_val_005_duplicate_module.py
tests/python/test_validation.py
tests/python/test_validation_numeric.py
tests/python/test_vhdl_robustness.py
tests/python/test_width_propagation.py
tests/python/test_xml_input.py
tests/python/test_xml_input_unittest.py
tests/python/test_xml_sub.py
tests/python/test_yaml_input.py
tests/python/test_yaml_sub.py
tests/vhdl/addr_test_basic.vhd
tests/vhdl/addr_test_chain.vhd
tests/vhdl/addr_test_gaps.vhd
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/subregister_yaml_test_tb.vhd
tests/vhdl/error_cases/address_conflict_test.vhd