readResponseDelay property
final
A function which delays the response for the given request
.
If none is provided, then the delay will always be 0
.
Implementation
final int Function(Axi4ReadRequestPacket request)? readResponseDelay;
A function which delays the response for the given request
.
If none is provided, then the delay will always be 0
.
final int Function(Axi4ReadRequestPacket request)? readResponseDelay;