Closed sporniket closed 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
python3 -m pdm sync
fails ⇒ for the time being, I removed twine with python3 -m pdm remove -dG build twine
Next Step
Try without msys2
Technical details
In order to be OS independant, i.e. only relying on python
pyproject.toml
file.Not OS independant, the deployment to the fpga :
deploy
will install the bitstream in the SRAM (a volatile installation, wiped on power cycle).