We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want an option to specify which branch of some-lib repository will be downloaded with fusesoc. Quick and dirty example how could it be implemented:
some-lib
fusesoc
fusesoc library add some-lib "-b some-branch git@github.com:some-lib/some-lib.git"
The text was updated successfully, but these errors were encountered:
Link to pull request: #715
Sorry, something went wrong.
No branches or pull requests
I want an option to specify which branch of
some-lib
repository will be downloaded withfusesoc
.Quick and dirty example how could it be implemented:
fusesoc library add some-lib "-b some-branch git@github.com:some-lib/some-lib.git"
The text was updated successfully, but these errors were encountered: