A constant logic-level LOW signal
Isolate a single bit from a SignalLike
the index to isolate
Create a concatenation of signals
All the SignalLikes that should be concatenated
Create a constant
bit width
signed or unsigned
Like Not but always returns a 1-bit wide SignalLike
The SignalLike whose bits should be flipped
Bitwise invert all the bits in a SignalLike
The SignalLike whose bits should be flipped
Create a signal
bit width
signed or unsigned
the value this signal holds by default (0 if unspecifed)
An addressable array of signals. Can be used to build/infer a memory of FIFO.
Create a slice (inclusive)
the signal to slice from
the starting bit
the ending bit
Multiplex two SignalLikes into one, using the comparrison to select
Selector that in the 0 case selects a, and in the 1 case selects b
Treat the given signal as signed
Treat the given signal as unsigned
Generated using TypeDoc
A constant logic-level HIGH signal