Axi5RChannelMonitor constructor

Axi5RChannelMonitor({
  1. required Axi5SystemInterface sys,
  2. required Axi5RChannelInterface r,
  3. required Component parent,
  4. String name = 'axi5RChannelMonitor',
})

Creates a new Axi5RChannelMonitor on r.

Implementation

Axi5RChannelMonitor(
    {required this.sys,
    required this.r,
    required Component parent,
    String name = 'axi5RChannelMonitor'})
    : super(name, parent);