New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amaranth-yosys

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amaranth-yosys

Specialized WebAssembly build of Yosys used by Amaranth HDL

  • 0.50.0.0.post107
  • PyPI
  • Socket score

Maintainers
1

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.

Versioning

The version of this package (which is derived from the upstream Yosys package version) is comprised of five parts in a X.Y.Z.N.postM format:

  1. X: Yosys major version
  2. Y: Yosys minor version
  3. Z: Yosys patch version; only present for some Yosys releases, zero if not present
  4. N: Yosys node version; only present for unreleased Yosys snapshots (where it matches the N in the X.Y+N upstream version), zero for releases
  5. postM: package version, monotonically incrementing from the initial commit

Building

The primary build environment for this repository is the ubuntu-latest GitHub CI runner; packages are built on every push and automatically published from the release branch to PyPI.

To reduce maintenance overhead, the only development environment we will support for this repository is x86_64 Linux.

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>.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc