peakrdl-python 1.3.0__tar.gz → 1.4.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/.github/workflows/action.yaml +8 -8
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/PKG-INFO +2 -1
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/pyproject.toml +1 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/__about__.py +1 -1
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap.py.jinja +2 -4
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python.egg-info/PKG-INFO +2 -1
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/.gitignore +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/.readthedocs.yaml +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/LICENSE +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/MANIFEST.in +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/README.md +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/docs/api.rst +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/docs/api_components.rst +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/docs/command_line.rst +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/docs/conf.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/docs/customisation.rst +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/docs/design_decisions.rst +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/docs/design_tools.rst +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/docs/generated_package.rst +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/docs/genindex.rst +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/docs/index.rst +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/docs/installation.rst +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/docs/requirements.txt +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/array_access/array_access.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/array_access/demo_array_access.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/enumerated_fields/demo_enumerated_fields.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/enumerated_fields/enumerated_fields.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/optimised_access/demo_optimised_access.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/optimised_access/demo_optimised_array_access.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/optimised_access/optimised_access.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/optimised_access/optimised_array_access.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/overridden_names/demo_over_ridden_names.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/overridden_names/overridden_names.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/simulating_callbacks/chip_with_a_GPIO.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/simulating_callbacks/flashing_the_LED.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/tranversing_address_map/chip_with_registers.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/tranversing_address_map/dumping_register_state_to_json_file.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/tranversing_address_map/reg_dump.json +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/tranversing_address_map/reseting_registers.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/tranversing_address_map/writing_register_state_from_json_file.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/user_defined_properties/demo_user_defined_properties.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/user_defined_properties/user_defined_properties.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/why_ral/__init__.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/why_ral/gpio.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/why_ral/with_hal.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/why_ral/with_ral.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/why_ral/without_ral.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/generate_and_test.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/generate_testcases.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/setup.cfg +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/.coveragerc +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/__init__.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/__peakrdl__.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/_node_walkers.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/compiler_udp.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/exporter.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/lib/__init__.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/lib/async_memory.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/lib/async_register_and_field.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/lib/base.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/lib/base_field.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/lib/base_register.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/lib/callbacks.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/lib/field_encoding.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/lib/memory.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/lib/py.typed +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/lib/register_and_field.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/lib/utility_functions.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/py.typed +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/safe_name_utility.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/sim_lib/__init__.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/sim_lib/_callbacks.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/sim_lib/base.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/sim_lib/dummy_callbacks.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/sim_lib/field.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/sim_lib/memory.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/sim_lib/py.typed +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/sim_lib/register.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/sim_lib/simulator.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/systemrdl_node_utility_functions.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/__init__.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap_field.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap_memory.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap_register.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap_simulation.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap_simulation_tb.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap_system_rdl_name_mapping.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap_tb.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap_udp_property.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap_universal_property.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/baseclass_simulation_tb.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/baseclass_tb.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/example.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/header.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/header_tb.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/reg_definitions.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/sim_addrmap.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python.egg-info/SOURCES.txt +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python.egg-info/dependency_links.txt +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python.egg-info/entry_points.txt +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python.egg-info/requires.txt +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python.egg-info/top_level.txt +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/alternative_templates/header.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/alternative_templates/header_tb.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/alternative_templates_dynamic/header.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/alternative_templates_dynamic/header_tb.py.jinja +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/alternative_templates_dynamic_toml/header_check.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/alternative_templates_dynamic_toml/peakrdl.toml +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/alternative_templates_toml/header_check.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/alternative_templates_toml/peakrdl.toml +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/RDLFormatCode_example.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/addr_map.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/all_register_access_types.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/basic.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/block_a.xml +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/block_b.xml +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/different_array_types.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/enum_example.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/example_issue_106.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/extended_memories.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/extended_sizes_registers_array.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/field_scope.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/field_with_overridden_reset.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/fields_with_HW_write.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/fields_with_reset_values.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/hidden_property.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/large_field_combinations.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/memories.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/memories_with_registers.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/msb0_and_lsb0.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/multi_block.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/multifile.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/name_clash.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/name_desc_all_levels.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/overridden_python_name.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/parametrised_readonly_and_readwrite.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/parametrised_top.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/reg_name_stress.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/regfile_and_arrays.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/reserved_elements.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/same_but_different_enum.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/shared_register_issue_202 +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/signals_definitions_at_various_levels.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/simple.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/simple.xml +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/simulator_test.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/sizes_registers.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/sizes_registers_array.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/sparse_enum_issue_200.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/user_defined_properties.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/write_only_enum_with_undefined_reset.rdl +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/unit_tests/__init__.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/unit_tests/simple_components.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/unit_tests/test_array_indexing.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/unit_tests/test_building_inner_addrmap.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/unit_tests/test_export.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/unit_tests/test_field.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/unit_tests/test_name_desc_export.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/unit_tests/test_optimised_reg_array.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/unit_tests/test_reg.py +0 -0
- {peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/unit_tests/test_system_rdl_enum.py +0 -0
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
28
28
|
- name: Set up Python
|
|
29
29
|
uses: actions/setup-python@v5
|
|
30
30
|
with:
|
|
31
|
-
python-version: "3.
|
|
31
|
+
python-version: "3.13"
|
|
32
32
|
|
|
33
33
|
- name: Install dependencies
|
|
34
34
|
run: |
|
|
@@ -53,7 +53,7 @@ jobs:
|
|
|
53
53
|
- name: Set up Python
|
|
54
54
|
uses: actions/setup-python@v5
|
|
55
55
|
with:
|
|
56
|
-
python-version: "3.
|
|
56
|
+
python-version: "3.13"
|
|
57
57
|
|
|
58
58
|
- name: Install dependencies
|
|
59
59
|
run: |
|
|
@@ -71,7 +71,7 @@ jobs:
|
|
|
71
71
|
runs-on: ubuntu-latest
|
|
72
72
|
strategy:
|
|
73
73
|
matrix:
|
|
74
|
-
python-version: [ 3.9, "3.10", "3.11", "3.12", "3.13" ]
|
|
74
|
+
python-version: [ 3.9, "3.10", "3.11", "3.12", "3.13", "3.14" ]
|
|
75
75
|
|
|
76
76
|
steps:
|
|
77
77
|
- uses: actions/checkout@v4
|
|
@@ -101,7 +101,7 @@ jobs:
|
|
|
101
101
|
runs-on: ubuntu-latest
|
|
102
102
|
strategy:
|
|
103
103
|
matrix:
|
|
104
|
-
python-version: [ 3.9, "3.10", "3.11", "3.12", "3.13" ]
|
|
104
|
+
python-version: [ 3.9, "3.10", "3.11", "3.12", "3.13", "3.14" ]
|
|
105
105
|
|
|
106
106
|
steps:
|
|
107
107
|
- uses: actions/checkout@v4
|
|
@@ -156,7 +156,7 @@ jobs:
|
|
|
156
156
|
runs-on: ubuntu-latest
|
|
157
157
|
strategy:
|
|
158
158
|
matrix:
|
|
159
|
-
python-version: [ 3.9, "3.10", "3.11", "3.12", "3.13" ]
|
|
159
|
+
python-version: [ 3.9, "3.10", "3.11", "3.12", "3.13", "3.14" ]
|
|
160
160
|
|
|
161
161
|
steps:
|
|
162
162
|
- uses: actions/checkout@v4
|
|
@@ -267,7 +267,7 @@ jobs:
|
|
|
267
267
|
runs-on: ubuntu-latest
|
|
268
268
|
strategy:
|
|
269
269
|
matrix:
|
|
270
|
-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
|
|
270
|
+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13", "3.14"]
|
|
271
271
|
|
|
272
272
|
steps:
|
|
273
273
|
- uses: actions/checkout@v4
|
|
@@ -314,7 +314,7 @@ jobs:
|
|
|
314
314
|
runs-on: ubuntu-latest
|
|
315
315
|
strategy:
|
|
316
316
|
matrix:
|
|
317
|
-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
|
|
317
|
+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13", "3.14"]
|
|
318
318
|
|
|
319
319
|
steps:
|
|
320
320
|
- uses: actions/checkout@v4
|
|
@@ -365,7 +365,7 @@ jobs:
|
|
|
365
365
|
- uses: actions/setup-python@v5
|
|
366
366
|
name: Install Python
|
|
367
367
|
with:
|
|
368
|
-
python-version: "3.
|
|
368
|
+
python-version: "3.13"
|
|
369
369
|
|
|
370
370
|
- name: Install dependencies
|
|
371
371
|
run: |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: peakrdl-python
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.0
|
|
4
4
|
Summary: Generate Python Register Access Layer (RAL) from SystemRDL
|
|
5
5
|
Author: Keith Brady
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -691,6 +691,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
691
691
|
Classifier: Programming Language :: Python :: 3.11
|
|
692
692
|
Classifier: Programming Language :: Python :: 3.12
|
|
693
693
|
Classifier: Programming Language :: Python :: 3.13
|
|
694
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
694
695
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
695
696
|
Classifier: Intended Audience :: Developers
|
|
696
697
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
@@ -32,6 +32,7 @@ classifiers = [
|
|
|
32
32
|
"Programming Language :: Python :: 3.11",
|
|
33
33
|
"Programming Language :: Python :: 3.12",
|
|
34
34
|
"Programming Language :: Python :: 3.13",
|
|
35
|
+
"Programming Language :: Python :: 3.14",
|
|
35
36
|
"Programming Language :: Python :: 3 :: Only",
|
|
36
37
|
"Intended Audience :: Developers",
|
|
37
38
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
@@ -160,8 +160,6 @@ class {{get_fully_qualified_type_name(node)}}_cls({% if asyncoutput %}Async{% en
|
|
|
160
160
|
|
|
161
161
|
__slots__ : list[str] = [{%- for child_node in node.children(unroll=False) -%}'__{{child_node.inst_name}}'{% if not loop.last %}, {% endif %}{%- endfor %}]
|
|
162
162
|
|
|
163
|
-
{% if asyncoutput %}AsyncCallbackSet{% else %}NormalCallbackSet{% endif %}
|
|
164
|
-
|
|
165
163
|
def __init__(self,
|
|
166
164
|
address: int,
|
|
167
165
|
logger_handle:str,
|
|
@@ -390,7 +388,7 @@ class {{get_fully_qualified_type_name(node)}}_array_cls({% if asyncoutput %}Asyn
|
|
|
390
388
|
@unique
|
|
391
389
|
class {{property_enum.type_name}}_property_enumcls({% if legacy_enum_type %}IntEnum{% else %}SystemRDLEnum{% endif %}):
|
|
392
390
|
{% for value_of_enum_needed in property_enum -%}
|
|
393
|
-
{{ value_of_enum_needed.name.upper() }} = {% if legacy_enum_type %}{{ value_of_enum_needed.value }}{% else %}SystemRDLEnumEntry(int_value={{value_of_enum_needed.value}}, name={%- if value_of_enum_needed.rdl_name is not none -%}'{{value_of_enum_needed.rdl_name}}'{% else %}None{% endif %}, desc={%- if value_of_enum_needed.rdl_desc is not none -%}'{{value_of_enum_needed.rdl_desc}}'{% else %}None{% endif %}){% endif %} {%- if value_of_enum_needed.rdl_desc is not none
|
|
391
|
+
{{ value_of_enum_needed.name.upper() }} = {% if legacy_enum_type %}{{ value_of_enum_needed.value }}{% else %}SystemRDLEnumEntry(int_value={{value_of_enum_needed.value}}, name={%- if value_of_enum_needed.rdl_name is not none -%}'{{value_of_enum_needed.rdl_name}}'{% else %}None{% endif %}, desc={%- if value_of_enum_needed.rdl_desc is not none -%}'{{value_of_enum_needed.rdl_desc}}'{% else %}None{% endif %}){% endif %} {%- if value_of_enum_needed.rdl_desc is not none %} # {{ value_of_enum_needed.rdl_desc }} {%- endif %}
|
|
394
392
|
{% endfor %}
|
|
395
393
|
{% endfor %}
|
|
396
394
|
|
|
@@ -401,7 +399,7 @@ class {{property_enum.type_name}}_property_enumcls({% if legacy_enum_type %}IntE
|
|
|
401
399
|
class {{get_fully_qualified_enum_type(enum_needed, top_node, owning_field, hide_node_func)}}_enumcls({% if legacy_enum_type %}IntEnum{% else %}SystemRDLEnum{% endif %}):
|
|
402
400
|
|
|
403
401
|
{% for value_of_enum_needed in enum_needed -%}
|
|
404
|
-
{{ value_of_enum_needed.name.upper() }} = {% if legacy_enum_type %}{{ value_of_enum_needed.value }}{% else %}SystemRDLEnumEntry(int_value={{value_of_enum_needed.value}}, name={%- if value_of_enum_needed.rdl_name is not none -%}'{{value_of_enum_needed.rdl_name}}'{% else %}None{% endif %}, desc={%- if value_of_enum_needed.rdl_desc is not none -%}'{{value_of_enum_needed.rdl_desc}}'{% else %}None{% endif %}){% endif %} {%- if value_of_enum_needed.rdl_desc is not none
|
|
402
|
+
{{ value_of_enum_needed.name.upper() }} = {% if legacy_enum_type %}{{ value_of_enum_needed.value }}{% else %}SystemRDLEnumEntry(int_value={{value_of_enum_needed.value}}, name={%- if value_of_enum_needed.rdl_name is not none -%}'{{value_of_enum_needed.rdl_name}}'{% else %}None{% endif %}, desc={%- if value_of_enum_needed.rdl_desc is not none -%}'{{value_of_enum_needed.rdl_desc}}'{% else %}None{% endif %}){% endif %} {%- if value_of_enum_needed.rdl_desc is not none %} # {{ value_of_enum_needed.rdl_desc }} {%- endif %}
|
|
405
403
|
{% endfor %}
|
|
406
404
|
{% endfor -%}
|
|
407
405
|
{% endif %}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: peakrdl-python
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.0
|
|
4
4
|
Summary: Generate Python Register Access Layer (RAL) from SystemRDL
|
|
5
5
|
Author: Keith Brady
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -691,6 +691,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
691
691
|
Classifier: Programming Language :: Python :: 3.11
|
|
692
692
|
Classifier: Programming Language :: Python :: 3.12
|
|
693
693
|
Classifier: Programming Language :: Python :: 3.13
|
|
694
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
694
695
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
695
696
|
Classifier: Intended Audience :: Developers
|
|
696
697
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/enumerated_fields/demo_enumerated_fields.py
RENAMED
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/enumerated_fields/enumerated_fields.rdl
RENAMED
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/optimised_access/demo_optimised_access.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/optimised_access/optimised_array_access.rdl
RENAMED
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/overridden_names/demo_over_ridden_names.py
RENAMED
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/simulating_callbacks/chip_with_a_GPIO.rdl
RENAMED
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/simulating_callbacks/flashing_the_LED.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/example/tranversing_address_map/reseting_registers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/lib/async_register_and_field.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/systemrdl_node_utility_functions.py
RENAMED
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap_field.py.jinja
RENAMED
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap_memory.py.jinja
RENAMED
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap_register.py.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/addrmap_tb.py.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/baseclass_tb.py.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/header_tb.py.jinja
RENAMED
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/reg_definitions.py.jinja
RENAMED
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python/templates/sim_addrmap.py.jinja
RENAMED
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/src/peakrdl_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/alternative_templates/header_tb.py.jinja
RENAMED
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/alternative_templates_dynamic/header.py.jinja
RENAMED
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/alternative_templates_dynamic/header_tb.py.jinja
RENAMED
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/alternative_templates_dynamic_toml/peakrdl.toml
RENAMED
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/alternative_templates_toml/header_check.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/extended_sizes_registers_array.rdl
RENAMED
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/testcases/field_with_overridden_reset.rdl
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_python-1.3.0 → peakrdl_python-1.4.0}/tests/unit_tests/test_building_inner_addrmap.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|