TT-System-Firmware APIs 19.13.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
cat.h File Reference
Include dependency graph for cat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define T_J_SHUTDOWN   110 /* BH Prod Spec 7.3 */
#define CAT_GDDR_THERM_TRIP_TEMP   GDDR_THERM_TRIP_TEMP
#define CAT_GDDR_THERM_TRIP_CRITICAL_TEMP   GDDR_THERM_TRIP_CRITICAL_TEMP
#define CAT_GDDR_THERM_TRIP_DURATION_MS   (GDDR_THERM_TRIP_DURATION_MIN * 60 * 1000)

Functions

void StartGddrThermTripMonitor (void)
int MonitorGddrThermTrip (int64_t now, int max_temp)

Macro Definition Documentation

◆ CAT_GDDR_THERM_TRIP_CRITICAL_TEMP

#define CAT_GDDR_THERM_TRIP_CRITICAL_TEMP   GDDR_THERM_TRIP_CRITICAL_TEMP

◆ CAT_GDDR_THERM_TRIP_DURATION_MS

#define CAT_GDDR_THERM_TRIP_DURATION_MS   (GDDR_THERM_TRIP_DURATION_MIN * 60 * 1000)

◆ CAT_GDDR_THERM_TRIP_TEMP

#define CAT_GDDR_THERM_TRIP_TEMP   GDDR_THERM_TRIP_TEMP

◆ T_J_SHUTDOWN

#define T_J_SHUTDOWN   110 /* BH Prod Spec 7.3 */

Function Documentation

◆ MonitorGddrThermTrip()

int MonitorGddrThermTrip ( int64_t now,
int max_temp )

◆ StartGddrThermTripMonitor()

void StartGddrThermTripMonitor ( void )