Bug 989

Summary: add version pin for prjtrellis in nextpnr-ecp5-install -- needs testing
Product: Libre-SOC's first SoC Reporter: Jacob Lifshay <programmerjake>
Component: Source CodeAssignee: Luke Kenneth Casson Leighton <lkcl>
Status: CONFIRMED ---    
Severity: enhancement CC: andy.miroshnikov, libre-soc-bugs
Priority: ---    
Version: unspecified   
Hardware: Other   
OS: Linux   
NLnet milestone: --- total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0 parent task for budget allocation:
child tasks for budget allocation: The table of payments (in EUR) for this task; TOML format:

Description Jacob Lifshay 2023-01-12 22:41:51 GMT
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
Comment 1 Andrey Miroshnikov 2023-01-13 00:35:37 GMT
(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!