nextNegedge property

Future<LogicValueChanged> nextNegedge

Triggers at most once, the next time that this Logic changes value at the end of a Simulator tick from 1 to 0.

Throws an exception if width is not 1.

Implementation

Future<LogicValueChanged> get nextNegedge => _wire.nextNegedge;