clockPeriod property

int clockPeriod
final

The number of time units between repetitions of this clock.

For example, if the clockPeriod is 10, then the frequency is 1/10, and the time between positive edges of the generated clock is 10.

Implementation

final int clockPeriod;