-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathBender.yml
More file actions
52 lines (48 loc) · 2.01 KB
/
Bender.yml
File metadata and controls
52 lines (48 loc) · 2.01 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
# 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
#
# Andrea Belano <andrea.belano@studio.unibo.it>
#
package:
name: softex
dependencies:
ibex : { git: "https://github.com/pulp-platform/ibex.git" , rev: pulpissimo-v6.1.2 }
fpnew : { git: "https://github.com/pulp-platform/cvfpu.git" , rev: "pulp-v0.1.3" }
common_cells : { git: "git@github.com:pulp-platform/common_cells.git" , rev: "v1.32.0" }
hci : { git: "https://github.com/pulp-platform/hci.git" , rev: aed9005c761827c6cbff2ea9a15f9cc37acd1169 } # branch: lg/ecc_fix_no_hwpe
hwpe-stream : { git: "https://github.com/pulp-platform/hwpe-stream.git" , rev: 3bc9694705b72a5b9bddc7fcde5091b9e45ba0c8 } # branch: master
hwpe-ctrl : { git: "https://github.com/pulp-platform/hwpe-ctrl.git" , rev: "2926867" } # branch: master
sources:
files:
- rtl/softex_pkg.sv
- rtl/softex_fp_red_minmax.sv
- rtl/softex_fp_minmax_rec.sv
- rtl/softex_fp_red_sum.sv
- rtl/softex_fp_add_rec.sv
- rtl/softex_pipeline.sv
- rtl/softex_macros.svh
- rtl/softex_delay.sv
- rtl/softex_fp_glob_minmax.sv
- rtl/softex_datapath.sv
- rtl/softex_fp_vect_addmul.sv
- rtl/softex_streamer.sv
- rtl/softex_streamer_strb_gen.sv
- rtl/softex_cast_in.sv
- rtl/softex_cast_out.sv
- rtl/softex_top.sv
- rtl/softex_ctrl.sv
- rtl/softex_slot_regfile.sv
- rtl/softex_wrap.sv
- rtl/expu/expu_correction.sv
- rtl/expu/expu_row.sv
- rtl/expu/expu_schraudolph.sv
- rtl/expu/expu_top.sv
- rtl/accumulator/softex_acc_ctrl.sv
- rtl/accumulator/softex_acc_datapath.sv
- rtl/accumulator/softex_acc_top.sv
- rtl/accumulator/softex_acc_den_inverter.sv
- target: softex_sim
files:
- tb/tb_dummy_memory.sv
- tb/softex_tb.sv