userDataWidth property

int userDataWidth
final

The width of user-defined data ports wUser and rUser.

Equvalent to the USER_DATA_WIDTH parameter in the APB specification.

Recommended to have a maximum width of dataWidth/2. If set to 0, then ports which use this width will not be created. Recommended to set to 0.

Implementation

final int userDataWidth;