Bug 989 - add version pin for prjtrellis in nextpnr-ecp5-install -- needs testing
Summary: add version pin for prjtrellis in nextpnr-ecp5-install -- needs testing
Status: CONFIRMED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: Other Linux
: --- enhancement
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks:
 
Reported: 2023-01-12 22:41 GMT by Jacob Lifshay
Modified: 2023-01-13 00:35 GMT (History)
2 users (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!