-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBender.yml
55 lines (52 loc) · 2.66 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
# 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: safety_island
authors:
- "Michael Rogenmoser <[email protected]>"
dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.29.0 }
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.1 }
axi_riscv_atomics: { git: "https://github.com/pulp-platform/axi_riscv_atomics.git", version: 0.8.1 }
redundancy_cells: { git: "https://github.com/pulp-platform/redundancy_cells.git", rev: "6a011b6" } # `hmr-alt` branch
riscv-dbg: { git: "https://github.com/pulp-platform/riscv-dbg.git", version: 0.8.1 }
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.12 }
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.1 }
cv32e40p: { git: "https://github.com/pulp-platform/cv32e40p.git", rev: "1a93f34" } # `michaero/safety-island-clic` branch
clic: { git: "https://github.com/pulp-platform/clic.git", rev: "3aa6f06" } # `aottaviano/dev` branch
fpnew: { git: "https://github.com/pulp-platform/cvfpu.git", rev: pulp-v0.1.3 }
apb: { git: "https://github.com/pulp-platform/apb.git", version: 0.2.3 }
timer_unit: { git: "https://github.com/pulp-platform/timer_unit.git", version: 1.0.2 }
obi: { git: "https://github.com/pulp-platform/obi.git", version: 0.1.1 }
unbent: { git: "https://github.com/pulp-platform/unbent.git", version: 0.1.6 }
axi_obi: { path: "future/axi_obi" }
sources:
# Level 1
- rtl/safety_island_pkg.sv
- rtl/soc_ctrl/safety_soc_ctrl_reg_pkg.sv
- target: carfield
files:
- rtl/safety_island_bootrom_carfield.sv
- target: not(carfield)
files:
- rtl/safety_island_bootrom.sv
- rtl/cv32e40p_fpu_wrap.sv
- target: simulation
files:
- rtl/tb/tb_fs_handler.sv
- rtl/tb/riscv_pkg.sv
# Level 2
- rtl/safety_core_wrap.sv
- rtl/soc_ctrl/safety_soc_ctrl_reg_top.sv
# Level 3
- rtl/safety_island_top.sv
- rtl/synth/safety_island_synth_pkg.sv
- rtl/synth/safety_island_synth_wrapper.sv
# Level 4
- target: simulation
files:
- rtl/tb/vip_safety_island_soc.sv
- rtl/tb/fixture_safety_island.sv
- rtl/tb/tb_safety_island_jtag.sv
- rtl/tb/tb_safety_island_preloaded.sv