torii-ila


Nametorii-ila JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryIntegrated Logic Analyzer core for Torii based designs
upload_time2025-08-14 22:32:26
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords torii fpga ila debugger logic analyzer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Torii ILA

> [!WARNING]
> Torii ILA is in early development, it may not be stable, or even functional at all, use at your own risk.

Torii ILA is an Integrated Logic Analyzer (ILA) for [Torii] based designs, it is adapted from the ILA that is a part of [SOL] and aims to be more generally useful outside of it, and also
aims to replace it directly.

It provides several backhaul interfaces for getting the ILA samples off of the device and on to a host:

* [USB] - Using [Torii-USB]
* [UART] - Using [`torii.lib.serial`]

## Getting Started

To get started, see the [installation] instructions and [Getting Started] sections of the [Documentation].

## Community

The two primary community spots for Torii and by extension Torii ILA are the `#torii` IRC channel on [libera.chat] (`irc.libera.chat:6697`) which you can join via your favorite IRC client or the [web chat], and the [discussion forum] on GitHub.

Please do join and share your projects using Torii, ask questions, get help with problems, or discuss development.

## License

Torii ILA is licensed under the [BSD-3-Clause], the full text of which can be found in the [`LICENSE`] file.

The documentation is licensed under the Creative Commons [CC-BY-SA 4.0] and can be found in the [`LICENSE.docs`] file

[Torii]: https://github.com/shrine-maiden-heavy-industries/torii-hdl/
[Torii-USB]: https://github.com/shrine-maiden-heavy-industries/torii-usb/
[SOL]: https://github.com/shrine-maiden-heavy-industries/sol/
[`torii.lib.serial`]: https://github.com/shrine-maiden-heavy-industries/torii-hdl/blob/main/torii/lib/stdio/serial.py
[installation]: https://torii-ila.shmdn.link/install.html
[Getting Started]: https://torii-ila.shmdn.link/getting_started.html
[Documentation]: https://torii-ila.shmdn.link
[USB]: https://torii-ila.shmdn.link/ila/usb.html
[UART]: https://torii-ila.shmdn.link/ila/uart.html
[libera.chat]: https://libera.chat/
[web chat]: https://web.libera.chat/#torii
[discussion forum]: https://github.com/shrine-maiden-heavy-industries/torii-ila/discussions
[BSD-3-Clause]: https://spdx.org/licenses/BSD-3-Clause.html
[`LICENSE`]: ./LICENSE
[CC-BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/
[`LICENSE.docs`]: ./LICENSE.docs

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "torii-ila",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "Torii, FPGA, ILA, Debugger, Logic Analyzer",
    "author": null,
    "author_email": "Aki Van Ness <aki@lethalbit.net>",
    "download_url": "https://files.pythonhosted.org/packages/56/af/f0668be9c730e29952b9933983819007a506dc54ce23b35e55e478b37083/torii_ila-0.2.0.tar.gz",
    "platform": null,
    "description": "# Torii ILA\n\n> [!WARNING]\n> Torii ILA is in early development, it may not be stable, or even functional at all, use at your own risk.\n\nTorii ILA is an Integrated Logic Analyzer (ILA) for [Torii] based designs, it is adapted from the ILA that is a part of [SOL] and aims to be more generally useful outside of it, and also\naims to replace it directly.\n\nIt provides several backhaul interfaces for getting the ILA samples off of the device and on to a host:\n\n* [USB] - Using [Torii-USB]\n* [UART] - Using [`torii.lib.serial`]\n\n## Getting Started\n\nTo get started, see the [installation] instructions and [Getting Started] sections of the [Documentation].\n\n## Community\n\nThe two primary community spots for Torii and by extension Torii ILA are the `#torii` IRC channel on [libera.chat] (`irc.libera.chat:6697`) which you can join via your favorite IRC client or the [web chat], and the [discussion forum] on GitHub.\n\nPlease do join and share your projects using Torii, ask questions, get help with problems, or discuss development.\n\n## License\n\nTorii ILA is licensed under the [BSD-3-Clause], the full text of which can be found in the [`LICENSE`] file.\n\nThe documentation is licensed under the Creative Commons [CC-BY-SA 4.0] and can be found in the [`LICENSE.docs`] file\n\n[Torii]: https://github.com/shrine-maiden-heavy-industries/torii-hdl/\n[Torii-USB]: https://github.com/shrine-maiden-heavy-industries/torii-usb/\n[SOL]: https://github.com/shrine-maiden-heavy-industries/sol/\n[`torii.lib.serial`]: https://github.com/shrine-maiden-heavy-industries/torii-hdl/blob/main/torii/lib/stdio/serial.py\n[installation]: https://torii-ila.shmdn.link/install.html\n[Getting Started]: https://torii-ila.shmdn.link/getting_started.html\n[Documentation]: https://torii-ila.shmdn.link\n[USB]: https://torii-ila.shmdn.link/ila/usb.html\n[UART]: https://torii-ila.shmdn.link/ila/uart.html\n[libera.chat]: https://libera.chat/\n[web chat]: https://web.libera.chat/#torii\n[discussion forum]: https://github.com/shrine-maiden-heavy-industries/torii-ila/discussions\n[BSD-3-Clause]: https://spdx.org/licenses/BSD-3-Clause.html\n[`LICENSE`]: ./LICENSE\n[CC-BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/\n[`LICENSE.docs`]: ./LICENSE.docs\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Integrated Logic Analyzer core for Torii based designs",
    "version": "0.2.0",
    "project_urls": {
        "changelog": "https://torii-ila.shmdn.link/changelog.html",
        "documentation": "https://torii-ila.shmdn.link/",
        "issues": "https://github.com/shrine-maiden-heavy-industries/torii-ila/issues",
        "source": "https://github.com/shrine-maiden-heavy-industries/torii-ila"
    },
    "split_keywords": [
        "torii",
        " fpga",
        " ila",
        " debugger",
        " logic analyzer"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc9295b890b4fb308107be21ee58ff30ea4fc72820ce6a3150f90ca2fed3d0cd",
                "md5": "11c40174319ca52d80fdc2ce58eec200",
                "sha256": "fed0434d87eb8f17f8a37cbdc54f48db2a678e5e239b899ad127c71e899e03d1"
            },
            "downloads": -1,
            "filename": "torii_ila-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "11c40174319ca52d80fdc2ce58eec200",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 30386,
            "upload_time": "2025-08-14T22:32:25",
            "upload_time_iso_8601": "2025-08-14T22:32:25.582591Z",
            "url": "https://files.pythonhosted.org/packages/dc/92/95b890b4fb308107be21ee58ff30ea4fc72820ce6a3150f90ca2fed3d0cd/torii_ila-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56aff0668be9c730e29952b9933983819007a506dc54ce23b35e55e478b37083",
                "md5": "57dbe93b05248e92e414bbb73da0d8fd",
                "sha256": "f1c1456c3fe923c038ff65f50449e8728f3da10a53176a70f6f3ea72d6e65c4d"
            },
            "downloads": -1,
            "filename": "torii_ila-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "57dbe93b05248e92e414bbb73da0d8fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 178392,
            "upload_time": "2025-08-14T22:32:26",
            "upload_time_iso_8601": "2025-08-14T22:32:26.964036Z",
            "url": "https://files.pythonhosted.org/packages/56/af/f0668be9c730e29952b9933983819007a506dc54ce23b35e55e478b37083/torii_ila-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-14 22:32:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shrine-maiden-heavy-industries",
    "github_project": "torii-ila",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "torii-ila"
}
        
Elapsed time: 0.51131s