negedge property

Stream<LogicValueChanged> negedge

A Stream of LogicValueChanged events which triggers at most once per Simulator tick, iff the value of the Logic has changed from 1 to 0.

Throws an exception if width is not 1.

Implementation

Stream<LogicValueChanged> get negedge => _wire.negedge;