wUser property
User write data attribute.
Width equal to userDataWidth. Only exists if userDataWidth > 0.
Implementation
Logic? get wUser => userDataWidth != 0 ? port('PWUSER') : null;
User write data attribute.
Width equal to userDataWidth. Only exists if userDataWidth > 0.
Logic? get wUser => userDataWidth != 0 ? port('PWUSER') : null;