-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathBender.yml
More file actions
66 lines (60 loc) · 2.66 KB
/
Bender.yml
File metadata and controls
66 lines (60 loc) · 2.66 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
66
# 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.1" }
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.9.0 }
hwpe-ctrl : { git: "https://github.com/pulp-platform/hwpe-ctrl.git" , rev: "3690a3c" } # master
hci : { git: "https://github.com/pulp-platform/hci.git" , rev: "f7fbfcd" } # master
fpnew : { git: "https://github.com/pulp-platform/cvfpu.git" , rev: "pulp-v0.2.3" }
common_cells : { git: "https://github.com/pulp-platform/common_cells.git" , version: =1.38.0 }
obi : { git: "https://github.com/pulp-platform/obi.git" , rev: "6c7ee864" } # yt/verilator
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: =0.2.13 }
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: =0.4.5 }
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/x_buffer/redmule_x_buffer.sv
- rtl/x_buffer/redmule_x_pad_scm.sv
- rtl/x_buffer/redmule_x_buffer_scm.sv
- rtl/w_buffer/redmule_w_buffer.sv
- rtl/w_buffer/redmule_w_buffer_scm.sv
- rtl/z_buffer/redmule_z_buffer.sv
- rtl/z_buffer/redmule_z_buffer_scm.sv
- rtl/redmule_fma.sv
- rtl/redmule_noncomp.sv
- rtl/redmule_ce.sv
- rtl/redmule_row.sv
- rtl/redmule_engine.sv
- rtl/redmule_inst_decoder.sv
- rtl/redmule_top.sv
- rtl/redmule_memory_scheduler.sv
- rtl/redmule_complex.sv
- target: redmule_deprecated
files:
- rtl/redmule_wrap.sv
- rtl/redmule_complex_wrap.sv
- target: redmule_test
files:
- target/sim/src/tb_dummy_memory.sv
- target/sim/src/redmule_tb.sv
- target: vsim
files:
- target/sim/src/redmule_tb_wrap.sv