slvErr property
Transfer error.
An optional signal that can be asserted HIGH by the Completer to indicate an error condition on an APB transfer.
Only generated if includeSlvErr is true.
Implementation
Logic? get slvErr => includeSlvErr ? port('PSLVERR') : null;