gatedClockGenerator property
final
A function that generates the gated clock signal based on the provided
intf, clk, and enable signals.
Implementation
final Logic Function(
ClockGateControlInterface intf,
Logic clk,
Logic enable,
) gatedClockGenerator;