blob: d5e202ab4517db3547f7b45af0f324292adfb42f [file] [log] [blame]
alexander3c798932021-03-26 21:42:19 +00001/*
2 * Copyright (c) 2021 Arm Limited. All rights reserved.
3 * SPDX-License-Identifier: Apache-2.0
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17// Auto-generated file
18// ** DO NOT EDIT **
19
20#ifndef TIMING_ADAPTER_SETTINGS_H
21#define TIMING_ADAPTER_SETTINGS_H
22
23#cmakedefine TA0_BASE (@TA0_BASE@)
24#cmakedefine TA1_BASE (@TA1_BASE@)
25
26/* Timing adapter settings for AXI0 */
27#if defined(TA0_BASE)
28
29#define TA0_MAXR (@TA0_MAXR@)
30#define TA0_MAXW (@TA0_MAXW@)
31#define TA0_MAXRW (@TA0_MAXRW@)
32#define TA0_RLATENCY (@TA0_RLATENCY@)
33#define TA0_WLATENCY (@TA0_WLATENCY@)
34#define TA0_PULSE_ON (@TA0_PULSE_ON@)
35#define TA0_PULSE_OFF (@TA0_PULSE_OFF@)
36#define TA0_BWCAP (@TA0_BWCAP@)
37#define TA0_PERFCTRL (@TA0_PERFCTRL@)
38#define TA0_PERFCNT (@TA0_PERFCNT@)
39#define TA0_MODE (@TA0_MODE@)
40#define TA0_HISTBIN (@TA0_HISTBIN@)
41#define TA0_HISTCNT (@TA0_HISTCNT@)
42
43#endif /* defined(TA0_BASE) */
44
45/* Timing adapter settings for AXI1 */
46#if defined(TA1_BASE)
47
48#define TA1_MAXR (@TA1_MAXR@)
49#define TA1_MAXW (@TA1_MAXW@)
50#define TA1_MAXRW (@TA1_MAXRW@)
51#define TA1_RLATENCY (@TA1_RLATENCY@)
52#define TA1_WLATENCY (@TA1_WLATENCY@)
53#define TA1_PULSE_ON (@TA1_PULSE_ON@)
54#define TA1_PULSE_OFF (@TA1_PULSE_OFF@)
55#define TA1_BWCAP (@TA1_BWCAP@)
56#define TA1_PERFCTRL (@TA1_PERFCTRL@)
57#define TA1_PERFCNT (@TA1_PERFCNT@)
58#define TA1_MODE (@TA1_MODE@)
59#define TA1_HISTBIN (@TA1_HISTBIN@)
60#define TA1_HISTCNT (@TA1_HISTCNT@)
61
62#endif /* defined(TA1_BASE) */
63
64#endif /* TIMING_ADAPTER_SETTINGS_H */