Skip to content
/ nextpnr Public

Unofficial nextpnr WebAssembly packages

License

Notifications You must be signed in to change notification settings

YoWASP/nextpnr

Folders and files

NameName
Last commit message
Last commit date
Feb 13, 2024
Dec 4, 2023
Dec 13, 2023
Jan 24, 2024
Jan 20, 2024
Jan 20, 2024
Jan 20, 2024
Jan 20, 2024
Jan 20, 2024
Jan 6, 2024
Sep 29, 2023
Feb 7, 2023
Feb 6, 2023
Feb 7, 2023
Feb 6, 2023
Aug 31, 2023
Feb 6, 2023
Feb 13, 2024
Jul 6, 2021
Feb 6, 2023
Jun 25, 2020
Aug 31, 2023
Jan 7, 2024
Dec 23, 2023
Dec 23, 2023
Dec 23, 2023
Dec 23, 2023
Dec 23, 2023
Dec 23, 2023
Dec 23, 2023
Dec 23, 2023
Dec 23, 2023

Repository files navigation

YoWASP nextpnr packages

The YoWASP nextpnr suite of packages provides nextpnr and related tools for several FPGA families built for WebAssembly. See the overview of the YoWASP project for details.

The supported FPGA families are:

Notes

For technical reasons, the ecppack, ecpunpack, ecpbram, ecppll, and ecpmulti tools from the MachXO2 toolchain shipped in the yowasp-nextpnr-machxo2 PyPI package are installed under the names yowasp-xo2pack, yowasp-xo2unpack, yowasp-xo2bram, yowasp-xo2pll, and yowasp-xo2multi respectively. These commands run bit-for-bit identical code as their yowasp-ecp* prefixed brethren from the yowasp-nextpnr-ecp5 PyPI package of the same version.

Versioning

The version of this package is derived from the upstream nextpnr package version in the X.Y[.Z] format, and is comprised of five or six parts in a X.Y.Z.N.postM[.dev] format:

  1. X: nextpnr major version
  2. Y: nextpnr minor version
  3. Z: nextpnr patch version; reserved as nextpnr currently does not do patch releases
  4. N: zero for packages built from nextpnr releases, N for packages built from unreleased nextpnr snapshots; N is the amount of commits since the latest release
  5. postM: package build version; disambiguates different builds produced from the same nextpnr source tree
  6. dev: present only for packages built from unreleased nextpnr 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 nextpnr license.