[libre-riscv-dev] Introducing Myself

Luke Kenneth Casson Leighton lkcl at lkcl.net
Sat Jun 8 06:44:19 BST 2019


On Sat, Jun 8, 2019 at 6:39 AM Luke Kenneth Casson Leighton
<lkcl at lkcl.net> wrote:

> Ah! Apologies, then - it is nmigen that requires python 3.6 although
> I have not tried running the unit tests after modifying the setup.py in
> nmigen to check it's actually true.

 just modified setup.py to not require 3.6, and yes, "python3.5
setup.py test" fails really quite spectacularly.  you'll need 3.6 or
3.7, then, apologies.

 btw, i recommend "python3 setup.py develop" rather than "install" -
even for nmigen - as that then allows you to in-place edit files,
rather than make 1 mod, run install, make another mod, run install -
gets very very boring, very quickly :)

l.



More information about the libre-riscv-dev mailing list