Axi5CrChannelMonitor constructor

Axi5CrChannelMonitor({
  1. required Axi5SystemInterface sys,
  2. required Axi5CrChannelInterface cr,
  3. required Component parent,
  4. String name = 'axi5CrChannelMonitor',
})

Creates a new Axi5CrChannelMonitor on cr.

Implementation

Axi5CrChannelMonitor(
    {required this.sys,
    required this.cr,
    required Component parent,
    String name = 'axi5CrChannelMonitor'})
    : super(name, parent);