peakrdl-regblock-vhdl


Namepeakrdl-regblock-vhdl JSON
Version 1.1.0.0 PyPI version JSON
download
home_pageNone
SummaryCompile SystemRDL into a VHDL control/status register (CSR) block
upload_time2025-09-17 13:39:57
maintainerDana Sorensen
docs_urlNone
authorAlex Mykyta
requires_python>=3.7
licenseGPLv3
keywords systemrdl peakrdl csr compiler tool registers generator vhdl register abstraction layer fpga asic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Documentation Status](https://readthedocs.org/projects/peakrdl-regblock-vhdl/badge/?version=latest)](http://peakrdl-regblock-vhdl.readthedocs.io)
[![build](https://github.com/SystemRDL/PeakRDL-regblock-vhdl/workflows/build/badge.svg)](https://github.com/SystemRDL/PeakRDL-regblock-vhdl/actions?query=workflow%3Abuild+branch%3Amain)
[![Coverage Status](https://coveralls.io/repos/github/SystemRDL/PeakRDL-regblock-vhdl/badge.svg?branch=main)](https://coveralls.io/github/SystemRDL/PeakRDL-regblock-vhdl?branch=main)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peakrdl-regblock-vhdl.svg)](https://pypi.org/project/peakrdl-regblock-vhdl)

# PeakRDL-regblock-vhdl
Compile SystemRDL into a VHDL control/status register (CSR) block.

For the command line tool, see the [PeakRDL project](https://peakrdl.readthedocs.io).

## Documentation
See the [PeakRDL-regblock-vhdl Documentation](https://peakrdl-regblock-vhdl.readthedocs.io) for more details

## Relationship with PeakRDL-regblock
This is a direct VHDL translation of the SystemVerilog regblock generator [PeakRDL-regblock](https://github.com/SystemRDL/PeakRDL-regblock). Updates from the upstream regblock implementation are converted to VHDL and merged into this repository.

### Goals

- Maintain feature parity with the upstream SystemVerilog implementation.
- Keep the code structure as close as possible to upstream to allow merging future updates.
- Keep the unit tests as close as possible to upstream. In most cases they are unchanged.
   - Tests are written in SystemVerilog and an auto-generated test adapter is used to instantiate the VHDL regblock under test.

### Versioning

Version numbers track those in the upstream repository with an added segment. For example, the VHDL version 1.0.0.0 would indicate the first release matching the functionality of the upstream version 1.0.0. Version 1.0.0.1 would indicate a patch update unique to the VHDL port.

In some cases (such as git tags), a `+vhdl` metadata specifier is suffixed to help differentiate from the upstream versions.

### Issue Reporting

If you encounter an issue or want to suggest a feature,
1. Check if it is already reported in the upstream repository's [issue tracker](https://github.com/SystemRDL/PeakRDL-regblock/issues).
2. Report it in the upstream repository unless you are sure it's unique to the VHDL port. If you are unsure, report it here and it may be moved upstream if deemed appropriate.
3. The upstream fix will be merged into this VHDL port.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "peakrdl-regblock-vhdl",
    "maintainer": "Dana Sorensen",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "SystemRDL, PeakRDL, CSR, compiler, tool, registers, generator, VHDL, register abstraction layer, FPGA, ASIC",
    "author": "Alex Mykyta",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/bb/80/7b968a64430bc91e7a8a29402370e7bde60f410fc5d9d291664e24d39e4d/peakrdl_regblock_vhdl-1.1.0.0.tar.gz",
    "platform": null,
    "description": "[![Documentation Status](https://readthedocs.org/projects/peakrdl-regblock-vhdl/badge/?version=latest)](http://peakrdl-regblock-vhdl.readthedocs.io)\n[![build](https://github.com/SystemRDL/PeakRDL-regblock-vhdl/workflows/build/badge.svg)](https://github.com/SystemRDL/PeakRDL-regblock-vhdl/actions?query=workflow%3Abuild+branch%3Amain)\n[![Coverage Status](https://coveralls.io/repos/github/SystemRDL/PeakRDL-regblock-vhdl/badge.svg?branch=main)](https://coveralls.io/github/SystemRDL/PeakRDL-regblock-vhdl?branch=main)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peakrdl-regblock-vhdl.svg)](https://pypi.org/project/peakrdl-regblock-vhdl)\n\n# PeakRDL-regblock-vhdl\nCompile SystemRDL into a VHDL control/status register (CSR) block.\n\nFor the command line tool, see the [PeakRDL project](https://peakrdl.readthedocs.io).\n\n## Documentation\nSee the [PeakRDL-regblock-vhdl Documentation](https://peakrdl-regblock-vhdl.readthedocs.io) for more details\n\n## Relationship with PeakRDL-regblock\nThis is a direct VHDL translation of the SystemVerilog regblock generator [PeakRDL-regblock](https://github.com/SystemRDL/PeakRDL-regblock). Updates from the upstream regblock implementation are converted to VHDL and merged into this repository.\n\n### Goals\n\n- Maintain feature parity with the upstream SystemVerilog implementation.\n- Keep the code structure as close as possible to upstream to allow merging future updates.\n- Keep the unit tests as close as possible to upstream. In most cases they are unchanged.\n   - Tests are written in SystemVerilog and an auto-generated test adapter is used to instantiate the VHDL regblock under test.\n\n### Versioning\n\nVersion numbers track those in the upstream repository with an added segment. For example, the VHDL version 1.0.0.0 would indicate the first release matching the functionality of the upstream version 1.0.0. Version 1.0.0.1 would indicate a patch update unique to the VHDL port.\n\nIn some cases (such as git tags), a `+vhdl` metadata specifier is suffixed to help differentiate from the upstream versions.\n\n### Issue Reporting\n\nIf you encounter an issue or want to suggest a feature,\n1. Check if it is already reported in the upstream repository's [issue tracker](https://github.com/SystemRDL/PeakRDL-regblock/issues).\n2. Report it in the upstream repository unless you are sure it's unique to the VHDL port. If you are unsure, report it here and it may be moved upstream if deemed appropriate.\n3. The upstream fix will be merged into this VHDL port.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Compile SystemRDL into a VHDL control/status register (CSR) block",
    "version": "1.1.0.0",
    "project_urls": {
        "Changelog": "https://github.com/SystemRDL/PeakRDL-regblock-vhdl/releases",
        "Documentation": "https://peakrdl-regblock-vhdl.readthedocs.io/",
        "Source": "https://github.com/SystemRDL/PeakRDL-regblock-vhdl",
        "Tracker": "https://github.com/SystemRDL/PeakRDL-regblock-vhdl/issues"
    },
    "split_keywords": [
        "systemrdl",
        " peakrdl",
        " csr",
        " compiler",
        " tool",
        " registers",
        " generator",
        " vhdl",
        " register abstraction layer",
        " fpga",
        " asic"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1364737dffba51bac939657005c221c18e08d0cb0a6a680fd3507282b224fde7",
                "md5": "3d9ac594f1711d4d693d434c0fab58ff",
                "sha256": "a18b3a135a26b3327adbdb0b85783c352a3a78ef4aaa5872441e7ae5b0b49225"
            },
            "downloads": -1,
            "filename": "peakrdl_regblock_vhdl-1.1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d9ac594f1711d4d693d434c0fab58ff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 93621,
            "upload_time": "2025-09-17T13:39:55",
            "upload_time_iso_8601": "2025-09-17T13:39:55.283077Z",
            "url": "https://files.pythonhosted.org/packages/13/64/737dffba51bac939657005c221c18e08d0cb0a6a680fd3507282b224fde7/peakrdl_regblock_vhdl-1.1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bb807b968a64430bc91e7a8a29402370e7bde60f410fc5d9d291664e24d39e4d",
                "md5": "437b2188a016bbd6b2ade510f905fa91",
                "sha256": "0fa8186f52046aa40d20546daf2a57efb649dd810a0974482a14a1abbaf9dbce"
            },
            "downloads": -1,
            "filename": "peakrdl_regblock_vhdl-1.1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "437b2188a016bbd6b2ade510f905fa91",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 594356,
            "upload_time": "2025-09-17T13:39:57",
            "upload_time_iso_8601": "2025-09-17T13:39:57.141242Z",
            "url": "https://files.pythonhosted.org/packages/bb/80/7b968a64430bc91e7a8a29402370e7bde60f410fc5d9d291664e24d39e4d/peakrdl_regblock_vhdl-1.1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-17 13:39:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SystemRDL",
    "github_project": "PeakRDL-regblock-vhdl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "peakrdl-regblock-vhdl"
}
        
Elapsed time: 1.52089s