clk property

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

The clock whose positive edge triggers the flops in this pipeline when single-triggered. Otherwise, the first clock.

Implementation

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