Skip to content

Records don't work in Assert #403

@BracketMaster

Description

@BracketMaster

You can't don Assert on records.
The following will fail in elaboration.

from nmigen import *
from nmigen.asserts import Assert

rec = Record([("sig1", 3), ("sig2", 3)])
Assert(rec == 3)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions