Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SignalArrayMemberReference

SignalLike representing an addressable signal in a SignalArray. Should not be instantiated directly. Only ever returned from [[SignalArray.at]]

Hierarchy

Index

Constructors

constructor

Properties

index

index: SignalLike

parent

parent: SignalArrayT

type

type: string = SIGNAL_ARRAY_REFERENCE

width

width: number

Methods

!=

&

&&

+

++

-

<

<<

<<<

<=

=

==

>

>=

>>

>>>

?

^

and

andLogical

asSigned

asUnsigned

bit

concat

eq

gt

gte

isEqual

lt

lte

minus

neq

or

orLogical

plus

setTo

shiftLeft

shiftLeftA

shiftRight

shiftRightA

signExtend

  • signExtend(toWidth: number): ConcatT

slice

  • slice(fromBit: number, toBit: number): SliceT
  • Create a slice from this signal (inclusive)

    Parameters

    • fromBit: number

      the starting bit

    • toBit: number

      the ending bit

    Returns SliceT

ternary

xor

zeroExtend

  • zeroExtend(toWidth: number): ConcatT

|

||

Generated using TypeDoc