- Notifications
You must be signed in to change notification settings - Fork5
WebAssembly-based Yosys distribution for Amaranth HDL
License
amaranth-lang/amaranth-yosys
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Amaranth is a Python-based hardware description language that usesYosys as a backend to emit Verilog.
The Amaranth HDL Yosys wheels provide a specializedWebAssembly based build of Yosys that runs viawasmtime-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.
The version of this package (which is derived from the upstream Yosys package version) is comprised of five parts in aX.Y.Z.N.postM format:
X: Yosys major versionY: Yosys minor versionZ: Yosys patch version; only present for some Yosys releases, zero if not presentN: Yosys node version; only present for unreleased Yosys snapshots (where it matches theNin theX.Y+Nupstream version), zero for releasespostM: package version, monotonically incrementing from the initial commit
The primary build environment for this repository is theubuntu-latest GitHub CI runner; packages are built on every push and automatically published from therelease branch to PyPI.
To reduce maintenance overhead, the only development environment we will support for this repository is x86_64 Linux.
This package is covered by theISC license, which is the same as theYosys license.
About
WebAssembly-based Yosys distribution for Amaranth HDL
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.