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

bios_options data structure mismatch causing micropython build fail #750

Open
ShashankVM opened this issue Nov 21, 2021 · 1 comment
Open

Comments

@ShashankVM
Copy link

bios_options is a list in https://github.com/enjoy-digital/litex/blob/ddcac462c3420f01a4f415c1d6bd7e1001b8227d/litex/soc/integration/builder.py#L81 but used as a dictionary in

builder.bios_options = {}
. This mismatch in data structure is causing micropython build to fail.

@ShashankVM ShashankVM changed the title bios_options data structure mismatch causing build micropython to fail bios_options data structure mismatch causing micropython build fail Nov 21, 2021
@tcal-x
Copy link
Member

tcal-x commented Mar 19, 2022

I encounter this issue as well.

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

No branches or pull requests

2 participants