TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
vf_curve.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Tenstorrent AI ULC
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef VF_CURVE_H
7#define VF_CURVE_H
8
9void InitVFCurve(void);
10float VFCurve(float freq_mhz);
11#endif
float VFCurve(float freq_mhz)
Calculate the voltage based on the frequency.
Definition vf_curve.c:38
void InitVFCurve(void)
Definition vf_curve.c:22