@yowasp/yosys v0.43.36-dev.746
YoWASP Yosys package
This package provides Yosys binaries built for WebAssembly. See the overview of the YoWASP project for details.
At the moment, this package only provides an API allowing to run Yosys in a virtual filesystem; no binaries are provided.
This package does not provide access to sby
, yowasp-yosys-smtbmc
, and yowasp-yosys-witness
; only the main yosys
application is available.
API reference
This package provides one function:
runYosys
(aliascmd:yosys
)
For more detail, see the documentation for the JavaScript YoWASP runtime.
Versioning
The version of this package is derived from the upstream Yosys package version in the X.Y[.Z][+N]
format, and can be in one of the two formats, X.Y.M
(for builds from release branches) or X.(Y+1).N-dev.M
(for development builds), where the symbols are:
X
: Yosys major versionY
: Yosys minor versionZ
: Yosys patch version; ignored if presentN
: matches theN
in theX.Y+N
upstream version, if presentM
: package build version; disambiguates different builds produced from the same Yosys source tree-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 SemVer NPM package versions.
Note that for development builds, the minor version is incremented as required by the SemVer comparison order. This means that an NPM package built from the upstream version 0.45+12
and the 120th commit in this repository will have the version 0.46.12-dev.120
. Because this is a pre-release package, it will not be matched by version specifiers such as ^0.46
or >=0.46
.
License
This package is covered by the ISC license, which is the same as the Yosys license.
4 months ago
5 months ago
6 months ago
7 months ago
8 months ago
9 months ago
10 months ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago