This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6678 Power - Requirements

Other Parts Discussed in Thread: UCD9222

Hi,

 

The page 44 of Hardware Design Guide (Nov 2010) says:

 

5.2 DSP Power Rails

Your Keystone DSP has at a minimum four separate power supply rails. Each rail has specific requirements regarding current, ripple, and tolerance that must be strictly enforced. The following table defines the common DSP power rails and supply requirements.

 

But there is not a table there.  

 

Page 47 has:

 

5.6 Voltage Tolerances, Noise, and Transients

Voltage tolerances specified in the data sheet include all DC tolerances and the transient response (AC) of the power supply. These specify the absolute maximum levels that must be maintained at the pins of the KeyStone DSP under all conditions. Special attention to the power supply solution is needed to achieve this level of performance, especially the 5% tolerance on the core power plane (CVDD). 

To maintain the 5% tolerance at the pins, the tolerance must be a combination of the power supply DC output accuracy and the effect of transients. A reasonable goal for the DC power supply output accuracy is 2.5%, leaving 2.5% for the transients. For example, at CVDD of 1.0 V, 5% tolerance is ±50 mV. This allows 25 mV of DC accuracy from the output of the power supply and another 25 mV due to AC transients.

 

I am assuming then, for each rail the only spec is the tolerance given in the datasheet for each rail, and this must include all ripple and transient responses.  But this section does not give any indication what transients to design for.  I know the UCD9222 file for the EVM has the transition from 75% of max current to 25% max current (and vice-versa)  @ 1A/us in the Time Simulation window.  Is that sufficient?

 

Richard

  • Richard,

    The required power supply voltage is defined at the balls of the DSP.  It must always be within the tolerance specified in the Data Manual.  All AC and DC tolerances must be included such as regulation error due to load changes, IR drop of the power distribution network, component tolerances and transient response.  This must be accomodated in every design.  The 25% to 75% load step at a 1A/us rate modeled in the EVM configuration is very conservative.  All customer applications will be less than this.

    Application software can transition the DSP from an idle condition to a high power consumption state very quickly.  This load step can be reduced by changes to the application code.  If this is not an option, the worst case load step can be modeled using the power consumption spreadsheet.  You initially populate the spreadsheet with the processing and IO requirements of your application.  Record the power supply load as it is your full load current.  Then set all of the activity levels to 0%.  The requirement is now the minimum load current.  These values can be entered into the Fusion GUI.

    Tom

     

  • Richard,

    The table below is what we used to build our EVM boards. They are conservative estimates that can be used in your design.  The mA rating of the filter components was chosen for commonly available device that met the requirements.  It does not imply the current requirement of the filtered supply input.

    DDR_VREF

    0.75V

    0.1mA

    DDR3 Reference Voltage

    AVDDT1

    1.0V

    65mA

    HyperLink SerDes Termination Supply

    AVDDT2

    1.0V

    65mA

    SGMII, SRIO and PCIe SerDes Termination Supply

    DVDDR1

    1.5V

    60mA

    HyperLink SerDes Regulator Supply

    DVDDR2

    1.5V

    60mA

    PCIe SerDes Regulator Supply

    DVDDR3

    1.5V

    60mA

    SGMII SerDes Regulator Supply

    DVDDR4

    1.5V

    60mA

    SRIO SerDes Regulator Supply

    AVDDA1

    1.8V

    30mA

    Main PLL Supply

    AVDDA2

    1.8V

    30mA

    DDR3 PLL Supply

    AVDDA3

    1.8V

    30mA

    Packet Accelerator PLL Supply

    Tom

     

  • Hi Tom,

    I think this answer re AVDDAn rails is meant for my other post:

    http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/138282.aspx

    Cheers,

    Richard