clk property

  1. @Deprecated('Do not reference the clock from the `FiniteStateMachine`.')
Logic clk

The clock signal to the FSM (when only single-triggered). Otherwise, the first clock.

Deprecated: do not reference the clock from FiniteStateMachine.

Implementation

@Deprecated('Do not reference the clock from the `FiniteStateMachine`.')
Logic get clk => _clks.first;