Skip to content

Endianness in AvalonST driver needs to be set  #79

Description

@s3bs

AvalonST should match AvalonSTPkt in terms of driving endian-ness from the user config

word = BinaryValue(n_bits=len(self.bus.data), bigEndian=False)

vs

word = BinaryValue(n_bits=len(self.bus.data),
bigEndian=self.config["firstSymbolInHighOrderBits"])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions