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

Use environment variable to access installation directory #252

Closed
wants to merge 1 commit into from

Conversation

tjarker
Copy link
Contributor

@tjarker tjarker commented Feb 10, 2022

The INSTALL_DIR environment variable was not used in the portion of the Makefile responsible for downloading to an FPGA. If a path different from the recommended installation path was used, the download make target did not work.

I have replaced the relevant parts with the environment variable.

Use the INSTALL_DIR environment variable

Signed-off-by: tjarker <s186083@student.dtu.dk>
Copy link
Contributor

@umarcor umarcor left a comment

Choose a reason for hiding this comment

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

LGTM.

@mithro mithro requested a review from acomodi February 13, 2022 18:35
@mithro
Copy link
Contributor

mithro commented Feb 13, 2022

@acomodi - These changes look correct to me, any idea why the CI is failing?

@umarcor
Copy link
Contributor

umarcor commented Feb 13, 2022

@mithro only CentOS 8 jobs are failing, due to network issues. See https://github.com/SymbiFlow/symbiflow-examples/runs/5160349223?check_suite_focus=true#step:5:10.

See related discussion in Verible: chipsalliance/verible#1165.

GitHub
Example designs showing different ways to use SymbiFlow toolchains. - Use environment variable to access installation directory · 48b7517

@umarcor
Copy link
Contributor

umarcor commented Mar 29, 2022

@tjarker can you please rebase?

@umarcor
Copy link
Contributor

umarcor commented May 18, 2022

Superseeded by #296.

@umarcor umarcor mentioned this pull request May 20, 2022
@umarcor umarcor closed this May 20, 2022
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.

None yet

3 participants