Skip to content

Commit 6ad2067

Browse files
committed
Add AHB/AXI configs with inpu SDA/SCL flip-flops enabled (not disabled)
Internal-tag: [#71812] Signed-off-by: Maciej Kurc <[email protected]>
1 parent b59c723 commit 6ad2067

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

i3c_core_configs.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ ahb:
1818
FrontendBusDataWidth: 64
1919
DisableInputFF: True
2020

21+
ahb_ff:
22+
CmdFifoDepth: 64
23+
RxFifoDepth: 64
24+
TxFifoDepth: 64
25+
RespFifoDepth: 64
26+
IbiFifoDepth: 64
27+
IbiFifoExtSize: False
28+
DatDepth: 128
29+
DctDepth: 128
30+
FrontendBusInterface: "AHB"
31+
FrontendBusAddrWidth: 18
32+
FrontendBusDataWidth: 64
33+
DisableInputFF: False
34+
2135
axi:
2236
CmdFifoDepth: 64
2337
RxFifoDepth: 64
@@ -33,3 +47,19 @@ axi:
3347
FrontendBusUserWidth: 32
3448
FrontendBusIdWidth: 8
3549
DisableInputFF: True
50+
51+
axi_ff:
52+
CmdFifoDepth: 64
53+
RxFifoDepth: 64
54+
TxFifoDepth: 64
55+
RespFifoDepth: 64
56+
IbiFifoDepth: 64
57+
IbiFifoExtSize: False
58+
DatDepth: 128
59+
DctDepth: 128
60+
FrontendBusInterface: "AXI"
61+
FrontendBusAddrWidth: 12
62+
FrontendBusDataWidth: 32
63+
FrontendBusUserWidth: 32
64+
FrontendBusIdWidth: 8
65+
DisableInputFF: False

0 commit comments

Comments
 (0)