-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBender.yml
More file actions
26 lines (24 loc) · 1.08 KB
/
Bender.yml
File metadata and controls
26 lines (24 loc) · 1.08 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
package:
name: pulser
authors:
- "Nico Canzani <ncanzani@student.ethz.ch>"
dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.37.0 }
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.1 }
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.13 }
obi: { git: "https://github.com/pulp-platform/obi.git", version: 0.1.7 }
sources:
- 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/regs/pulser_core_reg_pkg.sv
- rtl/regs/pulser_general_reg_pkg.sv
- rtl/pulser_core.sv
- rtl/regs/pulser_core_reg_top.sv
- rtl/regs/pulser_general_reg_top.sv
# Level 1
- rtl/pulser.sv
include_dirs:
- rtl