Software APIs
sw
device
silicon_creator
manuf
data
ast
fake_calibration_values.c
1
// Copyright lowRISC contributors (OpenTitan project).
2
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3
// SPDX-License-Identifier: Apache-2.0
4
5
#include <
stdint.h
>
6
7
#include "sw/device/silicon_creator/manuf/data/ast/calibration_values.h"
8
#include "sw/device/silicon_creator/manuf/lib/flash_info_fields.h"
9
10
// clang-format off
11
uint32_t ast_cfg_data[kFlashInfoAstCalibrationDataSizeIn32BitWords] = {
12
0x00000000,
// 0x00
13
0x00000000,
// 0x04
14
0x00000000,
// 0x08
15
0x00000000,
// 0x0c
16
0x00000000,
// 0x10
17
0x00000000,
// 0x14
18
0x00000000,
// 0x18
19
0x00000000,
// 0x1c
20
0x00000000,
// 0x20
21
0x00000000,
// 0x24
22
0x00000000,
// 0x28
23
0x00000000,
// 0x2c
24
0x00000000,
// 0x30
25
0x00000000,
// 0x34
26
0x00000000,
// 0x38
27
0x00000000,
// 0x3c
28
0x00000000,
// 0x40
29
0x00000000,
// 0x44
30
0x00000000,
// 0x48
31
0x00000000,
// 0x4c
32
0x00000000,
// 0x50
33
0x00000000,
// 0x54
34
0x00000000,
// 0x58
35
0x00000000,
// 0x5c
36
0x00000000,
// 0x60
37
0x00000000,
// 0x64
38
0x00000000,
// 0x68
39
0x00000000,
// 0x6c
40
0x00000000,
// 0x70
41
0x00000000,
// 0x74
42
0x00000000,
// 0x78
43
0x00000000,
// 0x7c
44
0x00000000,
// 0x80
45
0x00000000,
// 0x84
46
0x00000000,
// 0x88
47
0x00000000,
// 0x8c
48
0x00000000,
// 0x90
49
0x00000000,
// 0x94
50
0x00000000,
// 0x98
51
};
52
// clang-format on
Return to
OpenTitan Documentation