OpenLane is apparently superseded by LibreLane but...
# openlane-2
p
OpenLane is apparently superseded by LibreLane but I have not had success in getting either of them working. Is there a tutorial guideline anywhere someone can point me to that lists the precise steps to follow with the installation? I tried getting this info from Gemini and Grok, but just keep going in circles regarding outdated Docker dependencies etc. Thanks in advance for any tips!
m
@Paul Scheidt this slack may not be as active as it used to be. Many discussions have moved to https://element.fossi-chat.org/ chipfoundry has a pretty painless installation flow Here’s the installation and execution flow for Librelane (Linux based)
Copy code
git clone <https://github.com/chipfoundry/caravel_user_project> <project>
cd <project>
make setup
# there is a sample configuration in openlane/user_proj_example/config.json
# run this command to execute the rtl->gds flow
make user_proj_example
p
Thank you David, I appreciate the response. I'll take a look at that other forum
👍 1