slang::ast::WaitOrderStatement class

Represents a wait_order statement.

Base classes

class Statement
The base class for all statements in SystemVerilog.

Public variables

std::span<const Expression*const > events
A list of expressions denoting the events on which to wait, in order.
const Statement* ifTrue
An optional statement to execute if the events all trigger in order.
const Statement* ifFalse
An optional statement to execute if any of the events did not trigger in order.