-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathBender.yml
More file actions
65 lines (55 loc) · 2.59 KB
/
Bender.yml
File metadata and controls
65 lines (55 loc) · 2.59 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
# Copyright 2024 ETH Zurich and University of Bologna.
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
# SPDX-License-Identifier: SHL-0.51
package:
name: chimera
authors:
- "Moritz Scherer <scheremo@iis.ee.ethz.ch>"
- "Lorenzo Leone <lleone@iis.ee.ethz.ch>"
dependencies:
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.3 }
axi: { git: https://github.com/colluca/axi, rev: multicast }
cheshire: { git: "https://github.com/pulp-platform/cheshire.git", rev: 1b6ba6294a5925a5dc199b4f98704adb76648ed1}
snitch_cluster: { git: "https://github.com/pulp-platform/snitch_cluster.git", rev: 5b2fccd96c42812774c20ab2f9b811e164809789}
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.31.1}
idma: { git: "https://github.com/pulp-platform/iDMA.git", version: 0.6.5 }
memory_island: { git: "https://github.com/pulp-platform/memory_island.git", rev: 64828cb7a9ccc1f1656ec92d06129072f445c319 } # main branch
apb: { git: "https://github.com/pulp-platform/apb.git", version: 0.2.4 }
hyperbus: { git: "https://github.com/pulp-platform/hyperbus.git", rev: aottaviano/nonfree } # TMP: to fix hyperbus model issue
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.12 }
export_include_dirs:
- hw/include
workspace:
package_links:
cheshire: cheshire
idma: idma
sources:
# Level 0
- hw/chimera_pkg.sv
- hw/regs/chimera_reg_pkg.sv
- hw/regs/chimera_reg_top.sv
- hw/bootrom/snitch/snitch_bootrom.sv
- hw/narrow_adapter.sv
- hw/chimera_cluster_adapter.sv
- hw/apb_dump_msg.sv
# List of clusters
- hw/clusters/chimera_cluster.sv
# Top Level Domains
- hw/chimera_clu_domain.sv
- hw/chimera_memisland_domain.sv
- hw/hyperbus_wrap.sv
# Top Level
- hw/chimera_top_wrapper.sv
- target: any(simulation, test)
files:
- target/sim/models/s27ks0641/s27ks0641.v
- target/sim/src/tb_chimera_pkg.sv
- target/sim/src/vip_chimera_soc.sv
- target/sim/src/fixture_chimera_soc.sv
- target/sim/src/tb_chimera_soc.sv
vendor_package:
- name: reggen
target_dir: "utils"
upstream: { git: "https://github.com/pulp-platform/register_interface.git", rev: "19163bb5191d2669a8cbc267cdd4ce8e60f20746"}
mapping:
- { from: 'vendor/lowrisc_opentitan/util', to: 'reggen'}