RotateRightFixed constructor
Rotates original
by rotateAmount
to the right.
Implementation
RotateRightFixed(Logic original, int rotateAmount,
{super.name,
super.reserveName,
super.reserveDefinitionName,
String? definitionName})
: super(
definitionName:
definitionName ?? 'RotateRightFixed_W${original.width}',
RotateDirection.right,
original,
rotateAmount);