systemrdl-compiler


Namesystemrdl-compiler JSON
Version 1.28.0 PyPI version JSON
download
home_pageNone
SummaryParse and elaborate front-end for SystemRDL 2.0
upload_time2024-12-18 06:42:49
maintainerNone
docs_urlNone
authorAlex Mykyta
requires_python>=3.7
licenseMIT License Copyright (c) 2018 Alex Mykyta Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords systemrdl csr compiler tool registers generator 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/systemrdl-compiler/badge/?version=latest)](http://systemrdl-compiler.readthedocs.io)
[![build](https://github.com/SystemRDL/systemrdl-compiler/workflows/build/badge.svg)](https://github.com/SystemRDL/systemrdl-compiler/actions?query=workflow%3Abuild+branch%3Amain)
[![Coverage Status](https://coveralls.io/repos/github/SystemRDL/systemrdl-compiler/badge.svg?branch=main)](https://coveralls.io/github/SystemRDL/systemrdl-compiler?branch=main)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/systemrdl-compiler.svg)](https://pypi.org/project/systemrdl-compiler)

# SystemRDL Compiler

The `systemrdl-compiler` project implements a generic compiler front-end for
Accellera's [SystemRDL 2.0](http://accellera.org/downloads/standards/systemrdl)
register description language. The goal of this project is to provide a free and
open compiler that lowers the barrier to entry to using an industry standard
register description language.

By providing an elaborated register model that is easy to traverse and query,
it should be far easier to write custom register space view generators.

![overview](https://raw.githubusercontent.com/SystemRDL/systemrdl-compiler/main/docs/img/overview.svg?sanitize=true)

## Documentation
See the [SystemRDL Compiler Documentation](http://systemrdl-compiler.readthedocs.io) for more details

## Related Projects

If you are looking for a complete SystemRDL command line tool, see the [PeakRDL project](https://peakrdl.readthedocs.io).

## License

The SystemRDL Compiler is published and distributed under the [MIT License](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "systemrdl-compiler",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "SystemRDL, CSR, compiler, tool, registers, generator, register abstraction layer, FPGA, ASIC",
    "author": "Alex Mykyta",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/24/c4/fa71d1345cc329529d301bdd4b1c55fa6a0374023ffeda1f342b4e787c9f/systemrdl_compiler-1.28.0.tar.gz",
    "platform": null,
    "description": "[![Documentation Status](https://readthedocs.org/projects/systemrdl-compiler/badge/?version=latest)](http://systemrdl-compiler.readthedocs.io)\n[![build](https://github.com/SystemRDL/systemrdl-compiler/workflows/build/badge.svg)](https://github.com/SystemRDL/systemrdl-compiler/actions?query=workflow%3Abuild+branch%3Amain)\n[![Coverage Status](https://coveralls.io/repos/github/SystemRDL/systemrdl-compiler/badge.svg?branch=main)](https://coveralls.io/github/SystemRDL/systemrdl-compiler?branch=main)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/systemrdl-compiler.svg)](https://pypi.org/project/systemrdl-compiler)\n\n# SystemRDL Compiler\n\nThe `systemrdl-compiler` project implements a generic compiler front-end for\nAccellera's [SystemRDL 2.0](http://accellera.org/downloads/standards/systemrdl)\nregister description language. The goal of this project is to provide a free and\nopen compiler that lowers the barrier to entry to using an industry standard\nregister description language.\n\nBy providing an elaborated register model that is easy to traverse and query,\nit should be far easier to write custom register space view generators.\n\n![overview](https://raw.githubusercontent.com/SystemRDL/systemrdl-compiler/main/docs/img/overview.svg?sanitize=true)\n\n## Documentation\nSee the [SystemRDL Compiler Documentation](http://systemrdl-compiler.readthedocs.io) for more details\n\n## Related Projects\n\nIf you are looking for a complete SystemRDL command line tool, see the [PeakRDL project](https://peakrdl.readthedocs.io).\n\n## License\n\nThe SystemRDL Compiler is published and distributed under the [MIT License](LICENSE).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2018 Alex Mykyta  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Parse and elaborate front-end for SystemRDL 2.0",
    "version": "1.28.0",
    "project_urls": {
        "Changelog": "https://github.com/SystemRDL/systemrdl-compiler/releases",
        "Documentation": "http://systemrdl-compiler.readthedocs.io",
        "Source": "https://github.com/SystemRDL/systemrdl-compiler",
        "Tracker": "https://github.com/SystemRDL/systemrdl-compiler/issues"
    },
    "split_keywords": [
        "systemrdl",
        " csr",
        " compiler",
        " tool",
        " registers",
        " generator",
        " register abstraction layer",
        " fpga",
        " asic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "583740aae6ab6279edfde608824eaac0575ba8128f328faf031777948f15bdf0",
                "md5": "1d4888d2e38ffb036edf798401c50e65",
                "sha256": "a4235aad5e5301dad208cba0620f0c69c1c29646b0b607bc78a805e6f61426f5"
            },
            "downloads": -1,
            "filename": "systemrdl_compiler-1.28.0-cp37-abi3-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1d4888d2e38ffb036edf798401c50e65",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1167994,
            "upload_time": "2024-12-18T06:42:25",
            "upload_time_iso_8601": "2024-12-18T06:42:25.477101Z",
            "url": "https://files.pythonhosted.org/packages/58/37/40aae6ab6279edfde608824eaac0575ba8128f328faf031777948f15bdf0/systemrdl_compiler-1.28.0-cp37-abi3-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a62dd1b4f2d57db58dc0aa7a9532144aad98004dab2ee2b10ba82cc83e1ae62",
                "md5": "299ac528f518e4c08192d65f227150d9",
                "sha256": "7b5b4036797624d416027c2155a3c6bad28b700c3a21291c8241341a34b1834d"
            },
            "downloads": -1,
            "filename": "systemrdl_compiler-1.28.0-cp37-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "299ac528f518e4c08192d65f227150d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1163847,
            "upload_time": "2024-12-18T06:42:27",
            "upload_time_iso_8601": "2024-12-18T06:42:27.848937Z",
            "url": "https://files.pythonhosted.org/packages/0a/62/dd1b4f2d57db58dc0aa7a9532144aad98004dab2ee2b10ba82cc83e1ae62/systemrdl_compiler-1.28.0-cp37-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43a79811f7f4e12bb3529a093d7188641226c8709df38eca4b864b6a2659b025",
                "md5": "de2cc8e5397dc4caf8c937361c725795",
                "sha256": "efd495bfad3cb55cccc74174064769a1e567b2ab0c615812e71a8271524881b2"
            },
            "downloads": -1,
            "filename": "systemrdl_compiler-1.28.0-cp37-abi3-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "de2cc8e5397dc4caf8c937361c725795",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 10774874,
            "upload_time": "2024-12-18T06:42:30",
            "upload_time_iso_8601": "2024-12-18T06:42:30.078564Z",
            "url": "https://files.pythonhosted.org/packages/43/a7/9811f7f4e12bb3529a093d7188641226c8709df38eca4b864b6a2659b025/systemrdl_compiler-1.28.0-cp37-abi3-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "936b0c8694b3fe67c1ab83c7078c5af31d5fea86f63f4437369a5e0867b49578",
                "md5": "aa6c21853134191ab3acff07e6ceefcf",
                "sha256": "a19f7ceb6cc8f0ed4ec43d1128d63d6327adc67bbca95595ff3d66b2b95c4259"
            },
            "downloads": -1,
            "filename": "systemrdl_compiler-1.28.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aa6c21853134191ab3acff07e6ceefcf",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 10948140,
            "upload_time": "2024-12-18T06:42:33",
            "upload_time_iso_8601": "2024-12-18T06:42:33.969991Z",
            "url": "https://files.pythonhosted.org/packages/93/6b/0c8694b3fe67c1ab83c7078c5af31d5fea86f63f4437369a5e0867b49578/systemrdl_compiler-1.28.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2d64e521c5a3fef08f2fd0116f3b767a2bee7797e8db31f1771b8426ff4a2d9",
                "md5": "b1ae95c01f90f043d8a2b4d9305ee1df",
                "sha256": "136fdcf6aa2fcfaf7b7580c2cd0403a94961636e01afe38889bc85834bbc379e"
            },
            "downloads": -1,
            "filename": "systemrdl_compiler-1.28.0-cp37-abi3-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b1ae95c01f90f043d8a2b4d9305ee1df",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 11165351,
            "upload_time": "2024-12-18T06:42:37",
            "upload_time_iso_8601": "2024-12-18T06:42:37.135002Z",
            "url": "https://files.pythonhosted.org/packages/b2/d6/4e521c5a3fef08f2fd0116f3b767a2bee7797e8db31f1771b8426ff4a2d9/systemrdl_compiler-1.28.0-cp37-abi3-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2b46c5351ab4ddd9c94f3d0bcc9c72ac369911f4a08252027cbe706b33c72d2",
                "md5": "0920a34a19c26bbec9245e95cb70a145",
                "sha256": "66cf706e4c5bacce3e2bfe5f4ad9f84aeb12f6870b1fe95baf88b890e10cc5b0"
            },
            "downloads": -1,
            "filename": "systemrdl_compiler-1.28.0-cp37-abi3-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0920a34a19c26bbec9245e95cb70a145",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 11224850,
            "upload_time": "2024-12-18T06:42:41",
            "upload_time_iso_8601": "2024-12-18T06:42:41.419027Z",
            "url": "https://files.pythonhosted.org/packages/d2/b4/6c5351ab4ddd9c94f3d0bcc9c72ac369911f4a08252027cbe706b33c72d2/systemrdl_compiler-1.28.0-cp37-abi3-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0bd03755d890d9dabdfc64fc7cff4aecb5473902684f7a3784d54758d2c6c6f",
                "md5": "c3b7b13f86df56b6f71c7c8343d29a66",
                "sha256": "ef07f1f6b953ef2aaf8a2f8df94cea41f435d57ca352d35d8bbca1896e8b0122"
            },
            "downloads": -1,
            "filename": "systemrdl_compiler-1.28.0-cp37-abi3-win32.whl",
            "has_sig": false,
            "md5_digest": "c3b7b13f86df56b6f71c7c8343d29a66",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 915222,
            "upload_time": "2024-12-18T06:42:45",
            "upload_time_iso_8601": "2024-12-18T06:42:45.095048Z",
            "url": "https://files.pythonhosted.org/packages/d0/bd/03755d890d9dabdfc64fc7cff4aecb5473902684f7a3784d54758d2c6c6f/systemrdl_compiler-1.28.0-cp37-abi3-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b14023cfeceed96d23a229be07b95ea068b63cf039acf0b3c9e8579813fb8d9",
                "md5": "d5c120aae2b5a5b63a865e7002c9560f",
                "sha256": "cfc13d17db225130e7b507cbe08704f23773b6d6f2420ce2e974c9fa1b475603"
            },
            "downloads": -1,
            "filename": "systemrdl_compiler-1.28.0-cp37-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d5c120aae2b5a5b63a865e7002c9560f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 943703,
            "upload_time": "2024-12-18T06:42:47",
            "upload_time_iso_8601": "2024-12-18T06:42:47.863620Z",
            "url": "https://files.pythonhosted.org/packages/9b/14/023cfeceed96d23a229be07b95ea068b63cf039acf0b3c9e8579813fb8d9/systemrdl_compiler-1.28.0-cp37-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24c4fa71d1345cc329529d301bdd4b1c55fa6a0374023ffeda1f342b4e787c9f",
                "md5": "bfc0a85435d9d50c4a17867af125b739",
                "sha256": "4ef84ffa32a8bcc63dc3296a57d3b6c3971a9983153233b0a8d24bd38476938c"
            },
            "downloads": -1,
            "filename": "systemrdl_compiler-1.28.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bfc0a85435d9d50c4a17867af125b739",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 478279,
            "upload_time": "2024-12-18T06:42:49",
            "upload_time_iso_8601": "2024-12-18T06:42:49.594943Z",
            "url": "https://files.pythonhosted.org/packages/24/c4/fa71d1345cc329529d301bdd4b1c55fa6a0374023ffeda1f342b4e787c9f/systemrdl_compiler-1.28.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-18 06:42:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SystemRDL",
    "github_project": "systemrdl-compiler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "systemrdl-compiler"
}
        
Elapsed time: 0.35530s