-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsrc_files.yml
37 lines (37 loc) · 990 Bytes
/
src_files.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
hci:
vlog_opts: [
+nowarnSVCHK,
-suppress 2275,
-L hwpe_stream_lib,
-L cluster_interconnect_lib,
]
jg_inclibs: [
hwpe-stream,
]
incdirs: [
rtl/common,
]
files:
# Level 0
- rtl/common/hci_package.sv
# Level 1
- rtl/common/hci_interfaces.sv
- 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