Axi5WChannelMonitor constructor

Axi5WChannelMonitor({
  1. required Axi5SystemInterface sys,
  2. required Axi5WChannelInterface w,
  3. required Component parent,
  4. String name = 'axi5WChannelMonitor',
})

Creates a new Axi5WChannelMonitor on w.

Implementation

Axi5WChannelMonitor(
    {required this.sys,
    required this.w,
    required Component parent,
    String name = 'axi5WChannelMonitor'})
    : super(name, parent);