Forum Discussion
ProgAddicted
New Contributor
1 year agoCyclone V GX and alt_iobuff_diff
I'm developing a LPDDR2 controller for Cyclone V GX Starter kit and i have problems with DQS differential bidirectional interface: using ALT_IOBUF_DIFF i get an error message "..Primitive ALT_IOBUFF_...
Farabi_Altera
Regular Contributor
1 year agoHello,
You should not use the primitive ALTIO_BUFF_DIFF directly as this is not the correct approach.
You should use Differential 1.2V HSUL for DQS signals.
Cyclone V devices are typically paired with the Intel UniPHY IP to implement memory interfaces, including LPDDR2.
The UniPHY controller automatically handles differential DQS signals and takes care of timing calibration and bidirectional operations.
If you’re not already using the UniPHY IP, consider generating the LPDDR2 interface using the DDR2/DDR3 SDRAM Controller with UniPHY IP in Quartus.
regards,
Farabi