wakeup property

Logic? wakeup

Wake-up.

Indicates any activity associated with an APB interface.

Only generated if includeWakeup is true.

Implementation

Logic? get wakeup => includeWakeup ? port('PWAKEUP') : null;