Metadata-Version: 2.1
Name: sol-usb
Version: 0.2.0
Summary: Torii HDL framework for FPGA-based USB solutions
Home-page: https://sol.shmdn.link/
Author: Katherine Temkin
Author-email: k@ktemkin.com
Maintainer: Aki Van Ness, Rachel Mant
Maintainer-email: aki@lethalbit.net, git@dragonmux.network
License: BSD-3-Clause
Project-URL: Documentation, https://sol.shmdn.link/
Project-URL: Source Code, https://github.com/shrine-maiden-heavy-industries/sol
Project-URL: Bug Tracker, https://github.com/shrine-maiden-heavy-industries/sol/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Hardware :: Universal Serial Bus (USB)
Classifier: Typing :: Typed
Requires-Python: ~=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: platform
License-File: LICENSE.docs
License-File: LICENSE.hardware
License-File: LICENSE.software

# SOL: Torii USB library

SOL is a fork of [Luna](https://github.com/greatscottgadgets/luna/) that has been modified for use at [Shrine Maiden Heavy Industries](https://shrine-maiden-heavy.industries/), as such it has been ported from using [Amaranth](https://github.com/amaranth-lang) to using [Torii](https://github.com/shrine-maiden-heavy-industries/torii-hdl) as well as had significant structural changes.


SOL itself is at the moment purely a fork of the software, however the original LUNA hardware has been preserved in the repository under the [hardware](./hardware/) subdirectory.

## Installation

Please see the [installation instructions](https://shrine-maiden-heavy-industries.github.io/sol/install.html) on the [online documentation](https://shrine-maiden-heavy-industries.github.io/sol/)

## License

The SOL gateware is released under the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html), the full text of which can be found in the [LICENSE.software](LICENSE.software) file.

The SOL hardware is released under the [CERN-OHL-P](https://ohwr.org/cern_ohl_p_v2.txt), the full text of which can be found in the [LICENSE.hardware](LICENSE.hardware) file.

The SOL documentation is released under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), the full text of which can be found in the [LICENSE.docs](LICENSE.docs) file.
