wUser property

Logic? wUser

User write data attribute.

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

Implementation

Logic? get wUser => userDataWidth != 0 ? port('PWUSER') : null;