TT-System-Firmware APIs 19.13.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
cat.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Tenstorrent AI ULC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef CAT_H
8#define CAT_H
9
10#include <tenstorrent/bh_arc.h>
11
12#define T_J_SHUTDOWN 110 /* BH Prod Spec 7.3 */
13
14#define CAT_GDDR_THERM_TRIP_TEMP GDDR_THERM_TRIP_TEMP
15#define CAT_GDDR_THERM_TRIP_CRITICAL_TEMP GDDR_THERM_TRIP_CRITICAL_TEMP
16#define CAT_GDDR_THERM_TRIP_DURATION_MS (GDDR_THERM_TRIP_DURATION_MIN * 60 * 1000)
17
19int MonitorGddrThermTrip(int64_t now, int max_temp);
20
21#endif
int MonitorGddrThermTrip(int64_t now, int max_temp)
Definition cat.c:211
void StartGddrThermTripMonitor(void)
Definition cat.c:296
__INT64_TYPE__ int64_t