-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaxi4_2x2_ic.icd
44 lines (44 loc) · 953 Bytes
/
axi4_2x2_ic.icd
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
{
"interconnects": [
{
"name": "main_ic",
"protocol": "axi4",
"data-width": "32",
"addr-width": "32",
"id-width": "4",
"n-targets": "2",
"n-initiators": "2",
"addrmap": [
{"port": "t[0]", "base": "0x00000000", "limit": "0x00001FFF"}
]
},
{
"name": "periph_ic",
"protocol": "axi4",
"data-width": "32",
"addr-width": "32",
"id-width": "4",
"n-targets": "2",
"n-initiators": "4",
"addrmap": [
{"port": "i[0]", "base": "0x00000000", "limit": "0x00001FFF"}
]
}
],
"bridges": [
{
"name": "main2reg",
"target": {
"protocol": "axi4", "data-width": "32", "addr-width": "32"
},
"initiator": {
"protocol": "wb", "data-width": "64", "addr-width": "32"
}
}
],
"portmap": [
["export", "main_ic.t[0]", "axi0"],
["bind", "main_ic.i[0]", "main2reg.t"],
["export", "main2reg.t[0]", "axi1"]
]
}