Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
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 Discussions

EP3C120 developement kit Critical warning

Altera_Forum
Honored Contributor II
1,715 Views

Hi, 

I'm trying to compile with EP3C120 developement kit board... I have  

some criticals warning  

 

--- Quote Start ---  

Critical Warning: Pin ddr2_dqs[0] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[0] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[1] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[2] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[3] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[4] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[5] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[6] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[7] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dm[0] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dqs[1] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[10] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[11] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[12] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[13] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[14] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[15] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[8] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dq[9] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_dm[1] must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_ck_p must have its Current Strength logic option set to 12mA, instead of Default 

Critical Warning: Pin ddr2_ck_n must have its Current Strength logic option set to 12mA, instead of Default 

--- Quote End ---  

 

i have erros "can't fit" when i set value to 12mA  

Any ideas? Thanks.
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
807 Views

You should mention the explaining text with error message "can't fit" and the Quartus version. Also, did you include all I/O settings (tcl-files) generated by the Megawizard?

0 Kudos
Altera_Forum
Honored Contributor II
807 Views

Yes include all tcl files... 

Quartus version 8.1 

error message :  

 

--- Quote Start ---  

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[0]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[1]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[2]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[3]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[4]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[5]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[6]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[7]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[8]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[9]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[10]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[11]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[12]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[13]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[14]", but setting is not allowed with a Termination assignment 

Error: Current Strength logic option is set to 12mA for pin "ddr2_dq[15]", but setting is not allowed with a Termination assignment 

Info: Fitter preparation operations ending: elapsed time is 00:00:03 

Error: Can't fit design in device 

Error: Quartus II Fitter was unsuccessful. 17 errors, 4 warnings 

Error: Peak virtual memory: 253 megabytes 

Error: Processing ended: Tue May 05 14:23:19 2009 

Error: Elapsed time: 00:00:13 

Error: Total CPU time (on all processors): 00:00:10 

Error: Quartus II Full Compilation was unsuccessful. 19 errors, 367 warnings 

 

--- Quote End ---  

 

Thanks for help
0 Kudos
Altera_Forum
Honored Contributor II
807 Views

O.K., so you are using a 50 or 25 ohm termination setting for the pins. Only one IO-strength setting can be active at a time, termination isn't but a different form of current strength setting. The above warning should be regarded as a Quartus bug in this case and can be ignored. You may want to check in the fitter report, that the intended setting have been actually applied. And report the apparent bug to Altera support.

0 Kudos
Altera_Forum
Honored Contributor II
807 Views

Thanks for you help :)

0 Kudos
Reply