forked from pulp-platform/pulpino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathips_list.yml
69 lines (65 loc) · 1.17 KB
/
ips_list.yml
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
#
# List of IPs and relative branch/commit-hash/tag.
# Uses the YAML syntax.
#
# Examples:
#
# or10n:
# commit: tags/PULP3_final
# domain: [cluster]
# udma:
# commit: 62b10440
# domain: [soc]
# axi_slice:
# commit: master
# domain: [soc,cluster]
# If a *tag* or *commit* is referenced, the IP will be in a
# state of DETACHED HEAD. Before committing any additional
# work, make sure to checkout a branch.
#
# APB IPs
apb/apb_node:
commit: master
apb/apb_event_unit:
commit: master
apb/apb_fll_if:
commit: master
apb/apb_gpio:
commit: master
apb/apb_i2c:
commit: master
apb/apb_pulpino:
commit: master
apb/apb_spi_master:
commit: master
apb/apb_timer:
commit: master
apb/apb_uart:
commit: master
apb/apb2per:
commit: master
# AXI IPs
axi/axi2apb:
commit: master
axi/axi_mem_if_DP:
commit: master
axi/axi_node:
commit: master
axi/axi_slice:
commit: master
axi/axi_slice_dc:
commit: master
axi/axi_spi_master:
commit: master
axi/axi_spi_slave:
commit: master
axi/core2axi:
commit: master
adv_dbg_if:
commit: master
riscv:
commit: master
alternatives: [or10n,riscv]
#or10n:
# commit: master
# alternatives: [or10n,riscv]