forked from pulp-platform/redmule
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bender.yml
65 lines (57 loc) · 2.5 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
# Copyright 2023 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
#
# Yvan Tortorella <yvan.tortorella@unibo.it>
#
# Bender manifest
package:
name: redmule
authors:
- "Yvan Tortorella (yvan.tortorella@unibo.it)"
dependencies:
cv32e40p : { git: "https://github.com/pulp-platform/cv32e40p.git" , rev: "pulpissimo-v4.1.0" }
cv32e40x : { git: "https://github.com/pulp-platform/cv32e40x.git" , rev: "redmule-v1.0" }
ibex : { git: "https://github.com/pulp-platform/ibex.git" , rev: pulpissimo-v6.1.2 }
hwpe-stream : { git: "https://github.com/pulp-platform/hwpe-stream.git" , version: 1.7 }
hci : { git: "https://github.com/pulp-platform/hci.git" , rev: "v2.0.0-rc1" } # branch: breaking-names
hwpe-ctrl : { git: "https://github.com/pulp-platform/hwpe-ctrl.git" , rev: a5966201aeeb988d607accdc55da933a53c6a56e } # branch: master
fpnew : { git: "https://github.com/pulp-platform/cvfpu.git" , rev: "pulp-v0.1.3" }
common_cells : { git: "https://github.com/pulp-platform/common_cells.git" , version: 1.21.0 }
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.11 }
sources:
files:
# RedMulE
- rtl/redmule_pkg.sv
- rtl/redmule_tiler.sv
- rtl/redmule_ctrl.sv
- rtl/redmule_scheduler.sv
- rtl/redmule_castin.sv
- rtl/redmule_castout.sv
- rtl/redmule_streamer.sv
- rtl/redmule_x_buffer.sv
- rtl/redmule_w_buffer.sv
- rtl/redmule_z_buffer.sv
- rtl/redmule_fma.sv
- rtl/redmule_noncomp.sv
- rtl/redmule_ce.sv
- rtl/redmule_row.sv
- rtl/redmule_engine.sv
- rtl/redmule_top.sv
- target: redmule_hwpe
files:
- rtl/redmule_wrap.sv
- target: redmule_complex
files:
- rtl/redmule_inst_decoder.sv
- rtl/redmule_complex.sv
- rtl/redmule_complex_wrap.sv
- target: any(redmule_test_complex, redmule_test_hwpe)
files:
- tb/tb_dummy_memory.sv
- target: redmule_test_complex
files:
- tb/redmule_complex_tb.sv
- target: redmule_test_hwpe
files:
- tb/redmule_tb.sv