Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SliceT

SignalLike representing the a subset of continuous bits inside another SignalLike Should not be instantiated directly, instead use Slice, Bit, or BaseSignalLike.slice / BaseSignalLike.bit

Hierarchy

Index

Constructors

constructor

Properties

a

fromBit

fromBit: number

toBit

toBit: number

type

type: string = SLICE

width

width: number

Methods

!=

&

&&

+

++

-

<

<<

<<<

<=

==

>

>=

>>

>>>

?

^

and

andLogical

asSigned

asUnsigned

bit

clone

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