TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
bist.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 INCLUDE_TENSTORRENT_BIST_H_
8#define INCLUDE_TENSTORRENT_BIST_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
17int tt_bist(void);
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif /* INCLUDE_TENSTORRENT_BIST_H_ */
int tt_bist(void)
Run a fast built-in self test (BIST) on startup.
Definition tt_bist_bh_dmc.c:14