peakrdl-busdecoder 0.5.0__tar.gz → 0.6.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_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.devcontainer/devcontainer.json +4 -1
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/PKG-INFO +3 -3
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/pyproject.toml +5 -2
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder.egg-info/PKG-INFO +3 -3
- peakrdl_busdecoder-0.6.0/src/peakrdl_busdecoder.egg-info/requires.txt +5 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/uv.lock +3 -3
- peakrdl_busdecoder-0.5.0/src/peakrdl_busdecoder.egg-info/requires.txt +0 -5
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.devcontainer/Dockerfile +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.github/ISSUE_TEMPLATE/question.md +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.github/pull_request_template.md +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.github/workflows/build.yml +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.github/workflows/docs.yml +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.github/workflows/format.yml +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.github/workflows/lint.yml +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.github/workflows/release.yml +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.github/workflows/test.yml +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.github/workflows/typecheck.yml +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.gitignore +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.readthedocs.yaml +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/CONTRIBUTING.md +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/LICENSE +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/MANIFEST.in +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/README.md +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/Makefile +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/api.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/architecture.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/conf.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/configuring.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/cpuif/apb.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/cpuif/avalon.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/cpuif/axi4lite.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/cpuif/customizing.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/cpuif/internal_protocol.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/cpuif/introduction.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/cpuif/passthrough.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/Alpha-Beta Versioning +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/Hierarchy-and-Indexing +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/Program Flow +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/Resets +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/Signal Dereferencer +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/Validation Needed +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/template-layers/1-port-declaration +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/template-layers/1.1.hardware-interface +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/template-layers/2-CPUIF +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/template-layers/3-address-decode +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/template-layers/4-fields +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/template-layers/5-readback-mux +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/template-layers/6-output-port-mapping +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/diagrams/arch.png +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/diagrams/diagrams.odg +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/diagrams/rbuf.png +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/diagrams/readback.png +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/diagrams/wbuf.png +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/faq.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/hwif.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/img/err.svg +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/img/ok.svg +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/img/warn.svg +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/index.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/licensing.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/limitations.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/props/addrmap.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/props/field.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/props/reg.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/props/rhs_props.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/props/signal.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/rdl_features/external.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/requirements.txt +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/udps/intro.rst +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/hdl-src/README.md +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/hdl-src/apb3_intf.sv +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/hdl-src/apb4_intf.sv +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/hdl-src/avalon_mm_intf.sv +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/hdl-src/axi4lite_intf.sv +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/setup.cfg +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/__init__.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/__peakrdl__.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/body/__init__.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/body/body.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/body/combinational_body.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/body/for_loop_body.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/body/if_body.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/body/struct_body.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/__init__.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb3/__init__.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb3/apb3_cpuif.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb3/apb3_cpuif_flat.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb3/apb3_interface.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb3/apb3_tmpl.sv +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb4/__init__.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb4/apb4_cpuif.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb4/apb4_cpuif_flat.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb4/apb4_interface.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb4/apb4_tmpl.sv +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/axi4lite/__init__.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/axi4lite/axi4_lite_cpuif.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/axi4lite/axi4_lite_cpuif_flat.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/axi4lite/axi4_lite_interface.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/axi4lite/axi4_lite_tmpl.sv +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/base_cpuif.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/fanin_gen.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/fanin_intermediate_gen.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/fanout_gen.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/interface.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/decode_logic_gen.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/design_scanner.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/design_state.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/exporter.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/identifier_filter.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/listener.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/module_tmpl.sv +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/package_tmpl.sv +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/py.typed +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/struct_gen.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/sv_int.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/udps/__init__.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/utils.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/validate_design.py +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder.egg-info/SOURCES.txt +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder.egg-info/dependency_links.txt +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder.egg-info/entry_points.txt +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder.egg-info/top_level.txt +0 -0
- {peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/tools/shims/xargs +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: peakrdl-busdecoder
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: Generate a SystemVerilog bus decoder from SystemRDL for splitting CPU interfaces to multiple sub-address spaces
|
|
5
5
|
Author: Arnav Sacheti
|
|
6
6
|
License: LGPLv3
|
|
@@ -20,8 +20,8 @@ Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA
|
|
|
20
20
|
Requires-Python: >=3.10
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
|
-
Requires-Dist: jinja2
|
|
24
|
-
Requires-Dist: systemrdl-compiler~=1.30
|
|
23
|
+
Requires-Dist: jinja2~=3.1
|
|
24
|
+
Requires-Dist: systemrdl-compiler~=1.30
|
|
25
25
|
Provides-Extra: cli
|
|
26
26
|
Requires-Dist: peakrdl-cli>=1.2.3; extra == "cli"
|
|
27
27
|
Dynamic: license-file
|
|
@@ -4,9 +4,12 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "peakrdl-busdecoder"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.6.0"
|
|
8
8
|
requires-python = ">=3.10"
|
|
9
|
-
dependencies = [
|
|
9
|
+
dependencies = [
|
|
10
|
+
"jinja2~=3.1",
|
|
11
|
+
"systemrdl-compiler~=1.30",
|
|
12
|
+
]
|
|
10
13
|
|
|
11
14
|
authors = [{ name = "Arnav Sacheti" }]
|
|
12
15
|
description = "Generate a SystemVerilog bus decoder from SystemRDL for splitting CPU interfaces to multiple sub-address spaces"
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: peakrdl-busdecoder
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: Generate a SystemVerilog bus decoder from SystemRDL for splitting CPU interfaces to multiple sub-address spaces
|
|
5
5
|
Author: Arnav Sacheti
|
|
6
6
|
License: LGPLv3
|
|
@@ -20,8 +20,8 @@ Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA
|
|
|
20
20
|
Requires-Python: >=3.10
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
|
-
Requires-Dist: jinja2
|
|
24
|
-
Requires-Dist: systemrdl-compiler~=1.30
|
|
23
|
+
Requires-Dist: jinja2~=3.1
|
|
24
|
+
Requires-Dist: systemrdl-compiler~=1.30
|
|
25
25
|
Provides-Extra: cli
|
|
26
26
|
Requires-Dist: peakrdl-cli>=1.2.3; extra == "cli"
|
|
27
27
|
Dynamic: license-file
|
|
@@ -608,7 +608,7 @@ wheels = [
|
|
|
608
608
|
|
|
609
609
|
[[package]]
|
|
610
610
|
name = "peakrdl-busdecoder"
|
|
611
|
-
version = "0.
|
|
611
|
+
version = "0.6.0"
|
|
612
612
|
source = { editable = "." }
|
|
613
613
|
dependencies = [
|
|
614
614
|
{ name = "jinja2" },
|
|
@@ -641,9 +641,9 @@ tools = [
|
|
|
641
641
|
|
|
642
642
|
[package.metadata]
|
|
643
643
|
requires-dist = [
|
|
644
|
-
{ name = "jinja2", specifier = "
|
|
644
|
+
{ name = "jinja2", specifier = "~=3.1" },
|
|
645
645
|
{ name = "peakrdl-cli", marker = "extra == 'cli'", specifier = ">=1.2.3" },
|
|
646
|
-
{ name = "systemrdl-compiler", specifier = "~=1.30
|
|
646
|
+
{ name = "systemrdl-compiler", specifier = "~=1.30" },
|
|
647
647
|
]
|
|
648
648
|
provides-extras = ["cli"]
|
|
649
649
|
|
|
File without changes
|
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/.github/ISSUE_TEMPLATE/feature_request.md
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/template-layers/2-CPUIF
RENAMED
|
File without changes
|
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/template-layers/4-fields
RENAMED
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/docs/dev_notes/template-layers/5-readback-mux
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
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/body/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/body/for_loop_body.py
RENAMED
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/body/if_body.py
RENAMED
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/body/struct_body.py
RENAMED
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/__init__.py
RENAMED
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb3/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb3/apb3_tmpl.sv
RENAMED
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb4/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/apb4/apb4_tmpl.sv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/base_cpuif.py
RENAMED
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/fanin_gen.py
RENAMED
|
File without changes
|
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/fanout_gen.py
RENAMED
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/cpuif/interface.py
RENAMED
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/decode_logic_gen.py
RENAMED
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/design_scanner.py
RENAMED
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/design_state.py
RENAMED
|
File without changes
|
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/identifier_filter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/package_tmpl.sv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/udps/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder/validate_design.py
RENAMED
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{peakrdl_busdecoder-0.5.0 → peakrdl_busdecoder-0.6.0}/src/peakrdl_busdecoder.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|