-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathBender.yml
98 lines (90 loc) · 4.33 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# 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 <[email protected]>"
- "Angelo Garofalo <[email protected]>"
- "Francesco Conti <[email protected]>"
- "Jie Chen <[email protected]>"
- "Michael Rogenmoser <[email protected]>"
dependencies:
axi2mem: { git: "https://github.com/pulp-platform/axi2mem.git", rev: v1.0.2 }
axi2per: { git: "https://github.com/pulp-platform/axi2per.git", rev: v1.0.2 }
per2axi: { git: "https://github.com/pulp-platform/per2axi.git", rev: v1.0.5 }
cluster_interconnect: { git: "https://github.com/pulp-platform/cluster_interconnect.git", rev: v1.3.0 }
event_unit_flex: { git: "https://github.com/pulp-platform/event_unit_flex.git", rev: astral-v1.0 }
mchan: { git: "https://github.com/pulp-platform/mchan.git", rev: v1.2.4 }
idma: { git: "https://github.com/pulp-platform/iDMA.git", rev: v0.6.3 }
hier-icache: { git: "https://github.com/pulp-platform/hier-icache.git", rev: v1.3.0 }
cluster_icache: { git: "https://github.com/pulp-platform/cluster_icache.git", rev: v0.2.0 }
cluster_peripherals: { git: "https://github.com/pulp-platform/cluster_peripherals.git", rev: v2.2.0 }
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.3 }
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.35.0 }
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.3 }
riscv: { git: "https://github.com/AlSaqr-platform/riscv_nn.git", rev: astral-v1.0 }
cv32e40p: { git: "https://github.com/pulp-platform/cv32e40p.git", rev: astral-v1.0 }
ibex: { git: "https://github.com/pulp-platform/ibex.git", rev: "pulpissimo-v6.1.2" }
scm: { git: "https://github.com/pulp-platform/scm.git", rev: v1.2.0 }
hci: { git: "https://github.com/pulp-platform/hci.git", rev: astral-v1.0 }
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.4 }
redundancy_cells: { git: "https://github.com/pulp-platform/redundancy_cells.git", rev: astral-v1.0 }
redmule: { git: "https://github.com/pulp-platform/redmule.git", rev: astral-v1.0 }
neureka: { git: "https://github.com/pulp-platform/neureka.git", rev: astral-v1.0 }
softex: { git: "https://github.com/belanoa/softex.git" , rev: astral-v1.0 }
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
- 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/obi_pulp_adapter.sv
- target: mchan
files:
- rtl/mchan_wrap.sv
- target: not(mchan)
files:
- rtl/idma_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/data_periph_demux.sv
- rtl/core_demux_wrap.sv
- rtl/core_region.sv
- target: simulation
files:
defines:
TRACE_EXECUTION: ~
# Level 3
- rtl/pulp_cluster.sv
- rtl/pulp_cluster_wrap.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
- target: pulp_standalone_synth
files:
- nonfree/gf12/sourcecode/tc_sram.sv
- nonfree/gf12/sourcecode/tc_clk.sv