Output Ports

Port Name

Required

Description

Comments

q[]

No

Data output from the shift register.

Output port LPM_WIDTH wide. Either q[] or shiftout or both must be used.

shiftout

No

Serial shift data output.

Either q[] or shiftout or both must be used. The shiftout port value is equal to q[LPM_WIDTH-1] when LPM_DIRECTION="LEFT". When LPM_DIRECTION="RIGHT", shiftout equals q[0].