Skip to content

YoWASP/yosys

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

YoWASP Yosys packages

This package provides Yosys binaries built for WebAssembly. See the overview of the YoWASP project for details.

Versioning

The version of this package is derived from the upstream Yosys package version in the X.Y[.Z][+N] format, and is comprised of five or six parts in a X.Y.Z.N.postM[.dev] 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: zero for packages built from Yosys releases, N for packages built from unreleased Yosys snapshots; matches the N in the X.Y+N upstream version
  5. postM: package build version; disambiguates different builds produced from the same Yosys source tree
  6. dev: present only for packages built from unreleased Yosys snapshots; marks these packages as pre-releases

With this scheme, there is a direct correspondence between upstream versions and PEP 440 Python package versions. Packages built from unreleased snapshots are ignored by pip by default, but can be still installed explicitly. (These packages are uploaded daily to TestPyPI, but only occasionally to PyPI.)

A different versioning scheme was used earlier, where the package build version was denoted by a .devM suffix. This scheme did not work well with PEP 440 version specifiers and was retired.

Configuration

See the documentation for yowasp-runtime.

License

This package is covered by the ISC license, which is the same as the Yosys license.