rUser property

Logic? rUser

User read data attribute.

Width equal to userDataWidth. Only exists if userDataWidth > 0.

Implementation

Logic? get rUser => userDataWidth != 0 ? port('PRUSER') : null;