class
StreamingConcatenationExpressionRepresents a streaming concatenation.
Base classes
- class Expression
- The base class for all expressions in SystemVerilog.
Public functions
-
auto getSliceSize() const -> uint32_
t - Gets the size of the blocks to slice and reorder: if 0, this is a left-to-right concatenation.
Function documentation
uint32_ t slang:: ast:: StreamingConcatenationExpression:: getSliceSize() const
Gets the size of the blocks to slice and reorder: if 0, this is a left-to-right concatenation.
Otherwise, it's a right-to-left concatenation.