getRdSequencer method
- int channelId
Get the ith channel's read sequencer.
Implementation
Sequencer<Axi4ReadRequestPacket>? getRdSequencer(int channelId) =>
_readAddrToChannel.containsKey(channelId)
? rdAgents[_readAddrToChannel[channelId]!].sequencer
: null;