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

Adds support for defining the YOSYS_DATDIR location at runtime #2417

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

Conversation

QuantamHD
Copy link
Contributor

This is helpful in build systems like Bazel which do not have stable locations for binaries or directories during the compilation phase.

This change should be backwards compatible with the existing behavior.

This change was split from #2416 where @whitequark was concerned about the dynamic toolchain location YOSYS_DATDIR, and wanted to leave it to a maintainer to decide whether or not to merge.

Currently this change sets the value via an env variable, but it could also be set as a command line flag if the maintainers view that as better functionality for the codebase.

Previous Conversation

#2416 (comment)

…time instead of at compile time. This is helpful in build systems like bazel which do not have stable locations for binaries or directories during the compilation phase.

This change should be backwards compatible with the existing behavior.
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.

1 participant