Forum Discussion

BHunt11's avatar
BHunt11
Icon for New Contributor rankNew Contributor
5 years ago

Does the Arria-10GX have any auto-shutdown at high temperatures?

I don't see any features mentioned where you can configure the device to shut itself down (unconfigure) upon reaching a temperature threshold.

Just curious,

BryanH

2 Replies

  • BCuze's avatar
    BCuze
    Icon for New Contributor rankNew Contributor

    We sometimes add this features in our designs.

    It's really not complex : we read the internal die temperature and we shut down most high speed clock and heavy-duty sections, just leaving the control/command blocks alive to allow reporting and status.

    We started with our Stratix V board which can dissipate a lot when very full and heavy signal processing + very high speed communication logic in it.

    But this solution has limits ! Some families & largest dies have so high leakage that even with no clock at all, the temperature can diverge without proper cooling.

    For the latest families, it's probably wiser to monitor the die temperature by the power sequencer and shut down properly the whole chip when things get out of hand. My 0.05$.