class
#include <slang/ast/Statements.h>
ProceduralAssignStatement Represents a procedural assign
statement.
Base classes
- class Statement
- The base class for all statements in SystemVerilog.
Public variables
- const Expression& assignment
- The assignment expression.
- bool isForce
- True if this is a
force
statement and false if it's anassign
statement.