forked from pulp-platform/ace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBender.yml
More file actions
92 lines (84 loc) · 2.48 KB
/
Copy pathBender.yml
File metadata and controls
92 lines (84 loc) · 2.48 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
package:
name: ace
authors:
- "Aleksi Korsman <aleksi.korsman@aalto.fi>"
- "Riccardo Tedeschi <riccardo.tedeschi6@unibo.it>"
dependencies:
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.5 }
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", rev: 554ebbc }
axi_riscv_atomics: { git: "https://github.com/pulp-platform/axi_riscv_atomics.git", version: 0.8.2}
export_include_dirs:
- include
sources:
# 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
- src/ace_pkg.sv
- src/ccu/ccu_pkg.sv
# Level 1
- src/ace_intf.sv
- src/snoop_intf.sv
- src/ace_aw_transaction_decoder.sv
- src/ace_ar_transaction_decoder.sv
- src/ace_demux_simple.sv
- src/ace_demux.sv
- src/ace_mux.sv
- src/ace_cut.sv
- src/ace_snoop_cut.sv
# Level 2
- src/ccu/ccu_ctrl_wr_snoop.sv
- src/ccu/ccu_ctrl_r_snoop.sv
- src/ccu/ccu_mem_ctrl.sv
- src/ccu/ace_ccu_snoop_path.sv
- src/ccu/ace_ccu_snoop_resp.sv
- src/ccu/ace_ccu_snoop_req.sv
- src/ccu/ace_ccu_snoop_interconnect.sv
- src/ccu/ace_ccu_snoop_path.sv
- src/ccu/ace_ccu_master_path.sv
- src/ccu/ace_ccu_conflict_manager.sv
- src/ccu/ace_ccu_top.sv
#- src/ccu_ctrl_pkg.sv
## Level 2
#- src/ace_trs_dec.sv
#- src/ccu_ctrl_decoder.sv
#- src/ccu_ctrl_memory_unit.sv
#- src/ccu_ctrl_snoop_unit.sv
## Level 3
#- src/ccu_ctrl.sv
## Leval 4
#- src/ace_ccu_top.sv
#- target: simulation
# files:
# - src/ace_test.sv
# - src/snoop_test.sv
#- target: test
# files:
# # Level 0
# - test/tb_ace_ccu_pkg.sv
# # Level 1
# - test/tb_ace_ccu_top.sv
#- target: vscode
# files:
# - src/ccu/ccu_ctrl_wr_snoop.sv
- target: test
files:
# Level 0
- test/vip/ace_test_pkg.sv
- test/vip/snoop_test_pkg.sv
# Level 1
- test/vip/cache_test_pkg.sv
# Level 2
- test/tb_ace_ccu_top.sv
vendor_package:
- name: axi
target_dir: ips/axi
upstream: { git: "https://github.com/pulp-platform/axi.git", rev: 853ede23b2a9837951b74dbdc6d18c3eef5bac7d }
patch_dir: patches/axi
include_from_upstream:
- "src/axi_mux.sv"
- "src/axi_demux.sv"
- "src/axi_demux_simple.sv"
- "src/axi_cut.sv"
mapping:
- {from: 'src', to: '', patch_dir: ''}