Metadata-Version: 2.1
Name: amaranth-yosys
Version: 0.10.0.dev46
Summary: Specialized WebAssembly build of Yosys used by Amaranth HDL
Home-page: UNKNOWN
Author: whitequark
Author-email: whitequark@whitequark.org
License: ISC
Project-URL: Source Code, https://github.com/amaranth-lang/amaranth-yosys
Project-URL: Bug Tracker, https://github.com/amaranth-lang/amaranth-yosys/issues
Platform: UNKNOWN
Classifier: License :: OSI Approved :: ISC License (ISCL)
Requires-Python: ~=3.5
License-File: LICENSE.txt
Requires-Dist: wasmtime (<0.33,>=0.30)
Requires-Dist: importlib-resources (>=1.4) ; python_version < "3.9"

Amaranth Yosys distribution
###########################

`Amaranth <https://github.com/amaranth-lang/amaranth>`_ is a Python-based hardware description language that uses `Yosys <https://yosyshq.net/yosys>`_ as a backend to emit Verilog.

The Amaranth HDL Yosys wheels provide a specialized `WebAssembly <https://webassembly.org/>`_ based build of Yosys that runs via `wasmtime-py <https://github.com/bytecodealliance/wasmtime-py>`_ if there is no system-wide Yosys installation, or if that installation is too old. This build is aggressively optimized for binary size and startup latency, and only includes features required by Amaranth's Verilog and CXXRTL backends; it is not useful for any other purpose.

Although this package is platform-independent, it depends on wasmtime-py wheels, which are currently available only for x86_64 Windows, Linux, and macOS. This is expected to improve in the future.

License
=======

This package is covered by the `ISC license <LICENSE.txt>`_, which is the same as the `Yosys license <https://github.com/YosysHQ/yosys/blob/master/COPYING>`_.


