Skip to content

bios_options data structure mismatch causing micropython build fail #750

@ShashankVM

Description

@ShashankVM

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions