-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathi3c_core_configs.yaml
65 lines (60 loc) · 1.29 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
# 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
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
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
DisableInputFF: 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
DisableInputFF: False