Axi5AcChannelMonitor constructor

Axi5AcChannelMonitor({
  1. required Axi5SystemInterface sys,
  2. required Axi5AcChannelInterface ac,
  3. required Component parent,
  4. String name = 'axi5AcChannelMonitor',
})

Creates a new Axi5AcChannelMonitor on ac.

Implementation

Axi5AcChannelMonitor(
    {required this.sys,
    required this.ac,
    required Component parent,
    String name = 'axi5AcChannelMonitor'})
    : super(name, parent);