Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 讨论

How to assign the VREF pin?

Altera_Forum
名誉分销商 II
2,483 次查看

Hi, 

I use ddr-core v7.2 sp3 in my design. It assigns dq, dqs, dm pins in bank6. I set other ddr pins in bank5. After compilation I check the pin-out file and find that VREF pins of bank6 are set as reference pin, but that of bank5 are set to unsed and driven to GND. Should I set some assignments to these pins? 

Thank you and forgive my poor english :).
0 项奖励
5 回复数
Altera_Forum
名誉分销商 II
959 次查看

Well, Quartus decides not to use the VREF pins of bank 5. So I would assume that none of the pins of bank 5 use SSTL. Maybe you could check that the pins associated to the DDR memory and located in bank 5 are set to the proper I/O level.

0 项奖励
Altera_Forum
名誉分销商 II
959 次查看

I did set the pins associated with ddr to SSTL-2 Class I in bank 5. :(

0 项奖励
Altera_Forum
名誉分销商 II
959 次查看

file:///C:/DOCUME%7E1/zhangt/LOCALS%7E1/Temp/moz-screenshot.jpg my assignments. 

https://www.alteraforum.com/forum/attachment.php?attachmentid=752
0 项奖励
Altera_Forum
名誉分销商 II
959 次查看

Vref is used by SSTL inputs and bidirectional pins only. You seem to have only outputs in bank 5. However, you should the pins connect according to the Quartus pinout file in case of doubt.

0 项奖励
Altera_Forum
名誉分销商 II
959 次查看

 

--- Quote Start ---  

Vref is used by SSTL inputs and bidirectional pins only. You seem to have only outputs in bank 5. However, you should the pins connect according to the Quartus pinout file in case of doubt. 

--- Quote End ---  

 

Thank you very much. I have connected these vref pins to reference voltage:(. 

Now I set the unused pins as input tri-stated to see whether the ddr can work.
0 项奖励
回复