Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConstantT

SignalLike representing a constant value Should not be instantiated directly, instead use Constant

Hierarchy

Index

Constructors

constructor

Properties

signedness

signedness: Signedness

type

type: string = CONSTANT

value

value: number | BigInt

width

width: number

Methods

!=

&

&&

+

++

-

<

<<

<<<

<=

==

>

>=

>>

>>>

?

^

and

andLogical

asSigned

asUnsigned

bit

concat

eq

gt

gte

isEqual

lt

lte

minus

neq

or

orLogical

plus

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