Skip to content

Releases: xobs/ecp5-toolchain

v1.6.9: git: windows: use cp and hardlinks to merge files

15 Nov 21:43
Compare
Choose a tag to compare

v1.6.8: (Build failed)

15 Nov 21:44
Compare
Choose a tag to compare
build: use mv -f on for windows to resolve Library issue

Signed-off-by: Sean Cross <sean@xobs.io>

v1.6.7: (Build failed)

15 Nov 21:45
Compare
Choose a tag to compare
git: windows: move binaries out of Library directory

The git install lives under a directory called Library.  This isn't in
the path.

Signed-off-by: Sean Cross <sean@xobs.io>

v1.6.6: build: fix windows extras

15 Nov 20:54
Compare
Choose a tag to compare
We were copying the wrong directory for Windows extras.

Signed-off-by: Sean Cross <sean@xobs.io>

v1.6.4: Add Make and Git

15 Nov 01:13
Compare
Choose a tag to compare
Pre-release
build: add make and git to linux/mac

Signed-off-by: Sean Cross <sean@xobs.io>

v1.6.3: Fix Python wrapper scripts on macOs

14 Nov 20:00
Compare
Choose a tag to compare

This release patches the wrapper scripts on Darwin that come from Anaconda (e.g. 2to3, pydoc3, etc.) such that they pull the path to python3 from the environment rather than hardcoding them to an invalid path.

Other platforms are unchanged from v1.6.2.

v1.6.2: Update Python libraries to fix Linux build

11 Nov 04:56
Compare
Choose a tag to compare

This build fixes the Python standard library that is shipped on Linux. Previously, we were linking against Python 3.6, and shipping Python 3.5. Now we link against Python 3.6 and ship Python 3.6.

v1.6.1: Faster routing, fixed yosys-abc9

26 Oct 01:14
Compare
Choose a tag to compare

This release updates all of the included tools:

  • nextpnr-ecp5 now performs routing faster when the dsp is in use.
  • The -abc9 parameter in yosys no longer crashes on Windows.
  • wishbone-tool has been updated, fixing some bugs in the riscv debugger and making it more reliable.
  • Gcc and the Risc-V toolchain are updated to their 2019.08-8.3.0 releases.
  • Regenerate bba files on Windows (fixes toolchain release v1.6)

v1.5.1: Functional and Tested

17 Sep 13:54
Compare
Choose a tag to compare

This fixes a minor namespace collision on Windows, where two files had a name that differed only in case. It has been tested and shown to produce bitstreams.

v1.5: Feature Complete and Usable

17 Sep 11:34
Compare
Choose a tag to compare

This is the first feature-complete toolchain that has been able to build a full bitstream.