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
18
void
StartGddrThermTripMonitor
(
void
);
19
int
MonitorGddrThermTrip
(
int64_t
now,
int
max_temp);
20
21
#endif
bh_arc.h
MonitorGddrThermTrip
int MonitorGddrThermTrip(int64_t now, int max_temp)
Definition
cat.c:211
StartGddrThermTripMonitor
void StartGddrThermTripMonitor(void)
Definition
cat.c:296
int64_t
__INT64_TYPE__ int64_t
lib
tenstorrent
bh_arc
cat.h
Generated by
1.14.0