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

[build][ci] Make things easier with pdm and yowasp #12

Closed sporniket closed 1 year ago

sporniket commented 1 year ago

Technical details

In order to be OS independant, i.e. only relying on python

Not OS independant, the deployment to the fpga :

Reuse some work I done there : https://github.com/sporniket/amaranth-stuff

sporniket commented 1 year ago

Got an access to a Windows workstation. I tried to MSYS2 to get a python environment :

pacman -S git curl base-devel gcc vim cmake python, python-pip
python3 -m pip install pdm

Result

Next Step

Try without msys2