Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20707 Discussions

Error: can't place pin mem_dqs[1] to location T8.

Altera_Forum
Honored Contributor II
966 Views

Hello everyone, 

 

I have a problem in using ddr on Cyclone III starter kit.When I have compiled the design,it failed at the fitter with this error notification. 

 

 

Error: can't place pin mem_dqs[1] to location T8. 

can't place VREF pin T6 (VREFGROUP_B3_N0) for pin mem_dqs[1] of type bidirectional with SSTL-2 Class I / o standard at location t8. 

 

can anyone help me please?
0 Kudos
5 Replies
Altera_Forum
Honored Contributor II
285 Views

I am having the same problem. Did you ever find the fix? 

 

Thanks
0 Kudos
Altera_Forum
Honored Contributor II
285 Views

To fix this for DDR2 SDRAM you will have to run the .tcl script that comes with SOPC builders generated system.

0 Kudos
Altera_Forum
Honored Contributor II
285 Views

I face this problem before. You have to do some setting because there is too much bidir pins for 1 Vref.:) 

 

1st : 

Assigment-Device-Device and Pins option-Dual purpose pins(set all value to: use as regular I/O except for DClock&nCEO. 

2nd : 

Assigment-Assigment Editor- Change all DQ,DQS and DM pins to (Output Enable Group). For the Value column, set any number same for those pins. 

eg: DQ[0]->Output Enable Group->123456(Value) 

3rd : 

Assigment-Pins(Change IO standard for all DDR related pins to SSTL-2 Class I.) 

 

You now are able to compile without any fail hopefully. I face this before and want to help you.:o 

 

Thank you: 

Shahril
0 Kudos
Altera_Forum
Honored Contributor II
285 Views

Thank you very much for posting this information. It helped out tremendously, I don't think I would have figured it out otherwise. 

 

Sean
0 Kudos
Altera_Forum
Honored Contributor II
285 Views

Thank you for your advice~~~it's just what I need~~~

0 Kudos
Reply