Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Openlane support with CI #198

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

klasnordmark
Copy link

As part of my and Olof Kindgrens work on adding Openlane support to Edalize,
we've noticed that a lot of the examples in the Openlane repository are from
other known sources and we would prefer to upstream when possible.

This commit adds a tcl file with parameters for Openlane, a sky130
target using Openlane in the core, and a github action for building it on push.

As part of my and Olof Kindgrens work on adding Openlane support to Edalize,
we've noticed that a lot of the examples in the Openlane repository are from
other known sources and we would prefer to upstream when possible.

This commit adds a tcl file with parameters for Openlane, a sky130
target using Openlane in the core, and a github action for building it on push.
picorv32.core Outdated Show resolved Hide resolved
- run: pip3 install --user -e "git+https://github.com/olofk/edalize.git#egg=edalize"
- run: pip3 install fusesoc
- run: docker pull efabless/openlane:v0.12
- run: wget https://raw.githubusercontent.com/olofk/subservient/main/openlane_runner.py
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The olofk/subservient has switched away from using the openlane_runner.py. Is this change sufficient to pass the CI or should it be updated to the newer Edalize docker setup?

Suggested change
- run: wget https://raw.githubusercontent.com/olofk/subservient/main/openlane_runner.py
- run: wget https://raw.githubusercontent.com/klasnordmark/openlane-examples/main/openlane_runner.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants