Header menu logo issie

WireData Type

Fixed width bus data used in simulation TODO: refactor as bigint for efficiency The list is little-endian: the LSB is at index 0, and the MSB is at index N-1, where N is the length of the list.

Instance members

Instance member Description

this.Head

Full Usage: this.Head

Returns: Bit
Returns: Bit

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[index]

Full Usage: this[index]

Parameters:
    index : int

Returns: Bit
index : int
Returns: Bit

this.Length

Full Usage: this.Length

Returns: int
Returns: int

this.Tail

Full Usage: this.Tail

Returns: Bit list
Returns: Bit list

Static members

Static member Description

List.Empty

Full Usage: List.Empty

Returns: Bit list
Returns: Bit list

Type something to start searching.