-
Notifications
You must be signed in to change notification settings - Fork 21
/
Bender.yml
81 lines (75 loc) · 3.73 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
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
# Copyright 2023 ETH Zurich and University of Bologna
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
# SPDX-License-Identifier: SHL-0.51
package:
name: pulp_cluster
authors:
- "Pirmin Vogel <vogelpi@lowrisc.org>"
- "Angelo Garofalo <angelo.garofalo@unibo.it>"
- "Francesco Conti <f.conti@unibo.it>"
- "Jie Chen <jie.chen@greenwaves-technologies.com>"
- "Michael Rogenmoser <michaero@student.ethz.ch>"
dependencies:
axi2mem: { git: "https://github.com/pulp-platform/axi2mem.git", rev: "6973e0434d26ba578cdb4aa69c26c1facd1a3f15" } # deprecated, replace with axi_to_mem in axi repo
axi2per: { git: "https://github.com/pulp-platform/axi2per.git", version: 1.0.1 }
per2axi: { git: "https://github.com/pulp-platform/per2axi.git", version: 1.0.4 }
cluster_interconnect: { git: "https://github.com/pulp-platform/cluster_interconnect.git", version: 1.1.1 }
event_unit_flex: { git: "https://github.com/pulp-platform/event_unit_flex.git", rev: "1.4.1" }
mchan: { git: "https://github.com/pulp-platform/mchan.git", version: 1.2.3 }
hier-icache: { git: "https://github.com/pulp-platform/hier-icache.git", rev: "fc231dfc9559c6715c3577049eae3d1887282cb0" }
cluster_peripherals: { git: "https://github.com/pulp-platform/cluster_peripherals.git", version: 2.1.0 }
fpu_interco: { git: "https://github.com/pulp-platform/fpu_interco.git", rev: "66b4084117546d5b748c30b5500769805f489d2f" }
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.1 }
axi_slice: { git: "https://github.com/pulp-platform/axi_slice.git", version: 1.1.4 } # deprecated, replaced by axi_cut (in axi repo)
timer_unit: { git: "https://github.com/pulp-platform/timer_unit.git", version: 1.0.2 }
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.21.0 }
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.3 }
cv32e40p: { git: "https://github.com/pulp-platform/cv32e40p.git", rev: "pulpissimo-v3.4.0-rev4"}
ibex: { git: "https://github.com/lowRISC/ibex.git", rev: "pulpissimo-v6.1.1" }
scm: { git: "https://github.com/pulp-platform/scm.git", version: 1.1.0}
hwpe-datamover-example: { git: "https://github.com/pulp-platform/hwpe-datamover-example.git", version: 1.0.1 }
hci: { git: "https://github.com/pulp-platform/hci.git", version: 1.0.8 }
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
- packages/pulp_cluster_package.sv
- rtl/axi2mem_wrap.sv
- rtl/axi2per_wrap.sv
- rtl/cluster_bus_wrap.sv
- rtl/cluster_clock_gate.sv
- rtl/cluster_event_map.sv
- rtl/cluster_timer_wrap.sv
- rtl/dmac_wrap.sv
- rtl/hwpe_subsystem.sv
- rtl/instr_width_converter.sv
- rtl/per2axi_wrap.sv
- rtl/periph_demux.sv
- rtl/per_demux_wrap.sv
- rtl/periph_FIFO.sv
- rtl/tcdm_banks_wrap.sv
- rtl/xbar_pe_wrap.sv
# Level 1
- rtl/cluster_interconnect_wrap.sv
- rtl/cluster_peripherals.sv
- rtl/core_demux.sv
# Level 2
- target: rtl
defines:
TRACE_EXECUTION: ~
files:
- rtl/core_region.sv
- target: not(rtl)
files:
- rtl/core_region.sv
# Level 3
- rtl/pulp_cluster.sv
- target: test
files:
- tb/mock_uart.sv
- tb/mock_uart_axi.sv
- tb/pulp_cluster_tb.sv
- target: cluster_standalone
files:
- include/pulp_interfaces.sv