Releases: xobs/ecp5-toolchain
Releases · xobs/ecp5-toolchain
v1.6.9: git: windows: use cp and hardlinks to merge files
v1.6.8: (Build failed)
build: use mv -f on for windows to resolve Library issue Signed-off-by: Sean Cross <sean@xobs.io>
v1.6.7: (Build failed)
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
We were copying the wrong directory for Windows extras. Signed-off-by: Sean Cross <sean@xobs.io>
v1.6.4: Add Make and Git
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
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
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
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
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
This is the first feature-complete toolchain that has been able to build a full bitstream.