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

targets/orangecrab.py: propagate command arguments #74

Merged
merged 1 commit into from
May 8, 2020
Merged

targets/orangecrab.py: propagate command arguments #74

merged 1 commit into from
May 8, 2020

Conversation

tommythorn
Copy link
Contributor

The parsed args are stripped off by soc_core_argdict() (called from
soc_sdram_argdict() so we have to pass them explicitly (or pass the
original "args", but this mimics the rest of the code in the repo).

This fixes #72

The parsed args are stripped off by soc_core_argdict() (called from
soc_sdram_argdict() so we have to pass them explicitly (or pass the
original "args", but this mimics the rest of the code in the repo).

This fixes #72
@enjoy-digital enjoy-digital merged commit b9a0f23 into litex-hub:master May 8, 2020
@enjoy-digital
Copy link
Member

Thanks @tommythorn! Merged.

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.

./orangecrab.py --revision r0.1 --device 85F generates code for a 25F device
2 participants