see https://libre-soc.org/irclog/%23libre-soc.2023-01-12.log.html#t2023-01-12T22:30:42 the pinned version needs to be tested first, hence why i didn't just push it now note that the commit i mentioned is also tag `1.2.1`, so the git clone can be changed to: git clone --recursive -b 1.2.1 https://github.com/YosysHQ/prjtrellis
(In reply to Jacob Lifshay from comment #0) > see > https://libre-soc.org/irclog/%23libre-soc.2023-01-12.log.html#t2023-01-12T22: > 30:42 > > the pinned version needs to be tested first, hence why i didn't just push it > now > > note that the commit i mentioned is also tag `1.2.1`, so the git clone can > be changed to: > git clone --recursive -b 1.2.1 https://github.com/YosysHQ/prjtrellis Updated the install script as you have suggested Jacob. https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff;h=8ba3bb16c61de637199bb80ba3b4d5861538f00f I tested on of my machines, and was able to compile nextpnr-ecp5 successfully. Tomorrow (later today), I'll try out on another machine. Thanks for identifying the issue Jacob!