slang::ast::BlockEventListControl class

Represents a list of block events (used within coverage events).

Base classes

class TimingControl
The base class for SystemVerilog timing controls (delay, event, etc).

Public types

struct Event
A single block event.

Public variables

std::span<const Event> events
The list of block events.