-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathi3c_core_configs.yaml
98 lines (92 loc) · 2 KB
/
i3c_core_configs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# SPDX-License-Identifier: Apache-2.0
# =====================================
# * SUPPORTED I3C CORE CONFIGURATIONS *
# =====================================
ahb:
CmdFifoDepth: 64
RxFifoDepth: 64
TxFifoDepth: 64
RespFifoDepth: 64
IbiFifoDepth: 64
IbiFifoExtSize: False
DatDepth: 128
DctDepth: 128
FrontendBusInterface: "AHB"
FrontendBusAddrWidth: 18
FrontendBusDataWidth: 64
DisableInputFF: True
ControllerSupport: False
TargetSupport: True
ahb_ff:
CmdFifoDepth: 64
RxFifoDepth: 64
TxFifoDepth: 64
RespFifoDepth: 64
IbiFifoDepth: 64
IbiFifoExtSize: False
DatDepth: 128
DctDepth: 128
FrontendBusInterface: "AHB"
FrontendBusAddrWidth: 18
FrontendBusDataWidth: 64
DisableInputFF: False
ControllerSupport: False
TargetSupport: True
axi:
CmdFifoDepth: 64
RxFifoDepth: 64
TxFifoDepth: 64
RespFifoDepth: 64
IbiFifoDepth: 64
IbiFifoExtSize: False
DatDepth: 128
DctDepth: 128
FrontendBusInterface: "AXI"
FrontendBusAddrWidth: 12
FrontendBusDataWidth: 32
FrontendBusUserWidth: 32
FrontendBusIdWidth: 8
FrontendBusIdFiltering: True
NumPrivIds: 4
DisableInputFF: True
DisableLoopback: True
ControllerSupport: False
TargetSupport: True
axi_bypass:
CmdFifoDepth: 64
RxFifoDepth: 64
TxFifoDepth: 64
RespFifoDepth: 64
IbiFifoDepth: 64
IbiFifoExtSize: False
DatDepth: 128
DctDepth: 128
FrontendBusInterface: "AXI"
FrontendBusAddrWidth: 12
FrontendBusDataWidth: 32
FrontendBusUserWidth: 32
FrontendBusIdWidth: 8
FrontendBusIdFiltering: True
NumPrivIds: 4
DisableInputFF: True
ControllerSupport: False
TargetSupport: True
axi_ff:
CmdFifoDepth: 64
RxFifoDepth: 64
TxFifoDepth: 64
RespFifoDepth: 64
IbiFifoDepth: 64
IbiFifoExtSize: False
DatDepth: 128
DctDepth: 128
FrontendBusInterface: "AXI"
FrontendBusAddrWidth: 12
FrontendBusDataWidth: 32
FrontendBusUserWidth: 32
FrontendBusIdWidth: 8
FrontendBusIdFiltering: True
NumPrivIds: 4
DisableInputFF: False
ControllerSupport: False
TargetSupport: True