sporniket / the-cradle-colorlight-i9-ecp5-amaranth-hdl

An implementation of "the cradle" for the ECP5-based colorlight i9 written with the Amaranth HDL
GNU Lesser General Public License v3.0
0 stars 0 forks source link

use yowasp instead of locally compiled binaries #6

Closed sporniket closed 1 year ago

sporniket commented 1 year ago

cf. https://github.com/amaranth-lang/amaranth/pull/919#issuecomment-1738843322

pip install yowasp-yosys yowasp-nextpnr-ecp5
export YOSYS=yowasp-yosys
export NEXTPNR_ECP5=yowasp-nextpnr-ecp5
export ECPPACK=yowasp-ecppack

Now you have every bit of the toolchain except for openFPGALoader.

sporniket commented 1 year ago

Resolved with #12