slang::ast::UnbasedUnsizedIntegerLiteral class

Represents an unbased unsized integer literal, which fills all bits in an expression.

Base classes

class Expression
The base class for all expressions in SystemVerilog.

Public functions

auto getLiteralValue() const -> logic_t
Gets the value of the literal as a single bit.
auto getValue() const -> SVInt
Gets the value of the literal sized to the type of the expression.