forked from pulp-platform/ne16
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bender.yml
32 lines (30 loc) · 1.14 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
package:
name: ne16
authors:
- "Francesco Conti <francesco.conti@greenwaves-technologies.com>"
dependencies:
hwpe-stream: { git: "https://github.com/pulp-platform/hwpe-stream.git", version: 1.6 }
hci: { git: "https://github.com/pulp-platform/hci.git", version: 1.0.6 }
hwpe-ctrl: { git: "https://github.com/pulp-platform/hwpe-ctrl.git", version: 1.6 }
sources:
- rtl/ne16_package.sv
- rtl/accumulator/ne16_accumulator_scm_test_wrap.sv
- rtl/input_buffer/ne16_input_buffer_scm_test_wrap.sv
- rtl/accumulator/ne16_accumulator_scm.sv
- rtl/accumulator/ne16_accumulator_normquant.sv
- rtl/accumulator/ne16_normquant.sv
- rtl/accumulator/ne16_normquant_shifter.sv
- rtl/accumulator/ne16_normquant_bias.sv
- rtl/accumulator/ne16_normquant_multiplier.sv
- rtl/input_buffer/ne16_input_buffer_scm.sv
- rtl/input_buffer/ne16_input_buffer.sv
- rtl/array/ne16_scale.sv
- rtl/array/ne16_binconv_block.sv
- rtl/array/ne16_binconv_column.sv
- rtl/array/ne16_binconv_array.sv
- rtl/ctrl/ne16_ctrl_fsm.sv
- rtl/ctrl/ne16_ctrl.sv
- rtl/ne16_engine.sv
- rtl/ne16_streamer.sv
- rtl/ne16_top.sv
- rtl/ne16_top_wrap.sv