-
Notifications
You must be signed in to change notification settings - Fork 167
/
Bender.yml
89 lines (74 loc) · 3.74 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
package:
name: pulpissimo
authors:
- "Robert Balas <[email protected]>"
- "Manuel Eggimann <[email protected]>"
- "Pasquale Davide Schiavone <[email protected]>"
- "Germain Haugou <[email protected]>"
- "Francesco Conti <[email protected]>"
- "Pirmin Vogel <[email protected]>"
- "Stefan Mach <[email protected]>"
- "Antonio Pullini <[email protected]>"
- "Gianmarco Ottavi <[email protected]>"
- "Luca Valente <[email protected]>"
dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.21.0 }
apb: { git: "https://github.com/pulp-platform/apb.git", version: 0.2.4 }
jtag_pulp: { git: "https://github.com/pulp-platform/jtag_pulp.git", version: 0.2.0 }
pulp_soc: { git: "https://github.com/pulp-platform/pulp_soc.git", version: 5.0.1 }
tbtools: { git: "https://github.com/pulp-platform/tbtools.git", version: 0.2.1 }
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.3 }
pulpissimo_padframe_rtl_sim: { path: "hw/padframe/pulpissimo_padframe_rtl_sim_autogen" }
pulpissimo_padframe_fpga: { path: "hw/padframe/pulpissimo_padframe_fpga_autogen" }
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.1 }
generic_FLL: { git: "https://github.com/pulp-platform/generic_FLL.git", version: 0.2.0 }
apb_fll_if: { git: "https://github.com/pulp-platform/apb_fll_if.git", version: 0.2.1 }
# Target Specific Dependencies
# Simulation Environment specific dependencies
pulpissimo_optional_vips: { path: "target/sim/vip"}
export_include_dirs:
- hw/includes
# The default flavor of PULPIssimo is the generic version for RTL simulation.
# For other target platforms, checkout the Bender.yml files in the various
# subdirectories bellow 'hw'.
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
# Common RTL files
- target: not(any(fpga, xilinx))
files:
- hw/asic_autogen_rom.sv
- hw/soc_domain.sv
- hw/pulpissimo.sv
# rtl_sim - Generic version of pulpissimo used for non-verilator RTL simulation
- target: all(rtl_sim, not(verilator))
files:
- hw/padframe/padframe_adapter.sv
- hw/clock_gen_generic.sv
# rtl_sim - Generic version of pulpissimo used for non-verilator RTL simulation
- target: all(fpga, xilinx)
files:
- hw/fpga_autogen_rom.sv
- hw/padframe/padframe_adapter.sv
- hw/clock_gen_fpga.sv
- target: simulation
files:
- target/sim/tb/tb_lib/riscv_pkg.sv
- target/sim/tb/tb_lib/jtag_pkg.sv
- target/sim/tb/tb_lib/pulp_tap_pkg.sv
- target/sim/tb/tb_lib/srec/srec_pkg.sv
- target/sim/tb/tb_lib/tb_clk_gen.sv
- target/sim/tb/tb_lib/SimDTM.sv
- target/sim/tb/tb_lib/SimJTAG.sv
- target/sim/tb/tb_pulp.sv
- target/sim/tb/tb_pulp_simple.sv
vendor_package:
# Import the GPIO repository directly. Since we have to regenerate the RTL
# when we change the number GPIOs we cannot just depend on it as a regular
# dependency but actually need a modifyable copy in the source tree.
- name: gpio
target_dir: hw/vendored_ips/gpio
upstream: { git: "https://github.com/pulp-platform/gpio.git", rev: "7f5e7b50a3d275fcbdae156ed14b7236ad5d7c0b"}
patch_dir: hw/vendored_ips/patches/gpio