Skip to content

Commit 6f0e467

Browse files
committed
Reorder Bender.yml sources according to build order, update tech_cells dep
1 parent 46d6ec8 commit 6f0e467

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

Bender.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,25 @@ package:
44
- "Francesco Conti <f.conti@unibo.it>"
55

66
dependencies:
7-
tech_cells_generic: { git: "git@github.com:pulp-platform/tech_cells_generic.git", version: 0.1.6 }
7+
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.2 }
88

99
sources:
1010
- include_dirs:
1111
- rtl
1212
files:
13-
- rtl/hwpe_ctrl_package.sv
13+
# Source files grouped in levels. Files in level 0 have no dependencies on files in this
14+
# package. Files in level 1 only depend on files in level 0, files in level 2 on files in
15+
# levels 1 and 0, etc. Files within a level are ordered alphabetically.
16+
# Level 0
1417
- rtl/hwpe_ctrl_interfaces.sv
15-
- rtl/hwpe_ctrl_regfile.sv
18+
- rtl/hwpe_ctrl_package.sv
19+
# Level 1
1620
- rtl/hwpe_ctrl_regfile_latch.sv
17-
- rtl/hwpe_ctrl_regfile_latch_test_wrap.sv
18-
- rtl/hwpe_ctrl_slave.sv
1921
- rtl/hwpe_ctrl_seq_mult.sv
2022
- rtl/hwpe_ctrl_uloop.sv
21-
23+
# Level 2
24+
- rtl/hwpe_ctrl_regfile_latch_test_wrap.sv
25+
# Level 3
26+
- rtl/hwpe_ctrl_regfile.sv
27+
# Level 4
28+
- rtl/hwpe_ctrl_slave.sv

0 commit comments

Comments
 (0)