forked from pulp-platform/apb_adv_timer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bender.txt
31 lines (29 loc) · 1.01 KB
/
Bender.txt
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
package:
name: apb_adv_timer
authors:
- "Florent Rotenberg <[email protected]>"
- "Yao Zhang <[email protected]>"
- "Antonio Pullini <[email protected]>"
- "Davide Schiavone <[email protected]>"
dependencies:
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.3 }
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/adv_timer_apb_if.sv
- rtl/comparator.sv
- rtl/input_stage.sv
- rtl/lut_4x4.sv
- rtl/out_filter.sv
- rtl/prescaler.sv
- rtl/timer_cntrl.sv
- rtl/up_down_counter.sv
# Level 1
- rtl/timer_module.sv
# Level 2
- rtl/apb_adv_timer.sv
include_dirs:
- rtl