-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathBender.yml
47 lines (44 loc) · 1.79 KB
/
Bender.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
package:
name: hci
authors:
- "Francesco Conti <[email protected]>"
- "Gianna Paulin <[email protected]"
- "Tobias Riedener <[email protected]>"
dependencies:
hwpe-stream: { git: "https://github.com/pulp-platform/hwpe-stream.git", version: 1.8.0 }
cluster_interconnect: { git: "https://github.com/pulp-platform/cluster_interconnect.git", rev: 1284def6c0b7f7e9355eb093d00883ad9dead1b7 }
L2_tcdm_hybrid_interco: { git: "https://github.com/pulp-platform/L2_tcdm_hybrid_interco.git", version: 1.0.0 }
# this is necessary to expose hci_helpers.svh to dependent packages
export_include_dirs:
- rtl/common
sources:
- include_dirs:
- rtl/common
files:
# Source files grouped in levels. Files in level 0 have no dependencies on files in this
# package. Files in level 1 only depend on files in level 0, files in level 2 on files in
# levels 1 and 0, etc. Files within a level are ordered alphabetically.
# Level 0
- rtl/common/hci_package.sv
# Level 1
- rtl/common/hci_interfaces.sv
# Level 2
- rtl/core/hci_core_assign.sv
- rtl/core/hci_core_fifo.sv
- rtl/core/hci_core_mux_dynamic.sv
- rtl/core/hci_core_mux_static.sv
- rtl/core/hci_core_mux_ooo.sv
- rtl/core/hci_core_r_valid_filter.sv
- rtl/core/hci_core_r_id_filter.sv
- rtl/core/hci_core_source.sv
- rtl/core/hci_core_split.sv
- rtl/interco/hci_log_interconnect.sv
- rtl/interco/hci_log_interconnect_l2.sv
- rtl/interco/hci_new_log_interconnect.sv # `new_XBAR_TCDM` dep. is a private repo
- rtl/interco/hci_arbiter.sv
- rtl/interco/hci_router_reorder.sv
# Level 3
- rtl/core/hci_core_sink.sv
- rtl/interco/hci_router.sv
# Level 4
- rtl/hci_interconnect.sv