slang::ast::StreamingConcatenationExpression class

Represents 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.