Axi5AwChannelMonitor constructor

Axi5AwChannelMonitor({
  1. required Axi5SystemInterface sys,
  2. required Axi5AwChannelInterface aw,
  3. required Component parent,
  4. String name = 'axi5AwChannelMonitor',
})

Creates a new Axi5AwChannelMonitor on aw.

Implementation

Axi5AwChannelMonitor(
    {required this.sys,
    required this.aw,
    required Component parent,
    String name = 'axi5AwChannelMonitor'})
    : super(name, parent);