ReadyValidAgent constructor
Creates a new agent.
Implementation
ReadyValidAgent({
required this.clk,
required this.reset,
required this.ready,
required this.valid,
required this.data,
required Component? parent,
String name = 'readyValidComponent',
}) : super(name, parent);