-
Notifications
You must be signed in to change notification settings - Fork 1
/
Bender.yml
34 lines (29 loc) · 1.19 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
# 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: memory_island
authors:
- "Michael Rogenmoser <[email protected]>"
dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.37.0 }
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.13 }
cluster_interconnect: { git: "https://github.com/pulp-platform/cluster_interconnect.git", version: 1.2.1 }
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.4 }
common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.0 }
sources:
# Level 0
- src/mem_req_multicut.sv
- src/mem_rsp_multicut.sv
- src/stream_mem_to_banks_det.sv
- src/varlat_inorder_interco.sv
# Level 1
- src/memory_island_core.sv
# Level 2
- src/axi_memory_island_wrap.sv
- target: test
files:
- test/axi_memory_island_tb.sv
- target: memory_island_standalone_synth
files:
- test/synth/axi_memory_island_synth.sv