class
StreamingConcatenationExpressionRepresents a streaming concatenation.
Base classes
- class Expression
- The base class for all expressions in SystemVerilog.
Public variables
- const size_t sliceSize
Variable documentation
const size_t slang:: ast:: StreamingConcatenationExpression:: sliceSize
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.