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

Adding openroad gui to Makefile targets #273

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thesourcerer8
Copy link

No description provided.

Copy link

@d-m-bailey d-m-bailey left a comment

Choose a reason for hiding this comment

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

Looks good to me.
I copied the added code to a user_project and was able to run make gui and see the designs in the designs directory.

@marwaneltoukhy Do you have any comments?

@d-m-bailey
Copy link

May no longer be needed because the newest openlane/Makefile adds $HOME to the directories mounted.

-e MCW_ROOT=$(MCW_ROOT) \
--entrypoint "" \
-v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=${DISPLAY} -h localhost -v $(HOME)/.Xauthority:$(HOME)/.Xauthority \
-u $$(id -u $$USER):$$(id -g $$USER) efabless/openlane:latest \
Copy link
Contributor

Choose a reason for hiding this comment

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

efabless/openlane:latest it should use OPENLANE_IMAGE_NAME and so this make target needs to be in ./openlane/Makefile

@kareefardi
Copy link
Contributor

kareefardi commented Jun 18, 2023

Furthermore, when update to latest OpenLane this PR wouldn't be needed. -gui is superseded by gui.py in latest OpenLane

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.

3 participants