forked from pulp-platform/hwpe-ctrl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBender.yml
More file actions
29 lines (27 loc) · 924 Bytes
/
Bender.yml
File metadata and controls
29 lines (27 loc) · 924 Bytes
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
package:
name: hwpe-ctrl
authors:
- "Francesco Conti <f.conti@unibo.it>"
dependencies:
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.2 }
sources:
- include_dirs:
- rtl
files:
# Source files grouped in levels. Files in level 0 have no dependencies on files in this
# package. Files in level 1 only depend on files in level 0, files in level 2 on files in
# levels 1 and 0, etc. Files within a level are ordered alphabetically.
# Level 0
- rtl/hwpe_ctrl_interfaces.sv
- rtl/hwpe_ctrl_package.sv
# Level 1
- rtl/hwpe_ctrl_regfile_ff.sv
- rtl/hwpe_ctrl_regfile_latch.sv
- rtl/hwpe_ctrl_seq_mult.sv
- rtl/hwpe_ctrl_uloop.sv
# Level 2
- rtl/hwpe_ctrl_regfile_latch_test_wrap.sv
# Level 3
- rtl/hwpe_ctrl_regfile.sv
# Level 4
- rtl/hwpe_ctrl_slave.sv