-
Notifications
You must be signed in to change notification settings - Fork 72
/
Bender.yml
49 lines (44 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Copyright 2020-2021 ETH Zurich and University of Bologna.
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
# SPDX-License-Identifier: SHL-0.51
package:
name: riscv-dbg
authors:
- Florian Zaruba <[email protected]>
- Robert Balas <[email protected]>
dependencies:
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.3 }
common_cells: {git: "https://github.com/pulp-platform/common_cells.git", version: 1.24.0}
sources:
files:
# Level 1:
- src/dm_pkg.sv
- debug_rom/debug_rom.sv
- debug_rom/debug_rom_one_scratch.sv
# Level 2:
- src/dm_csrs.sv
- src/dm_mem.sv
- src/dmi_cdc.sv
- target: not(all(xilinx, bscane))
files:
- src/dmi_jtag_tap.sv
- target: all(xilinx, bscane)
files:
- src/dmi_bscane_tap.sv
# Level 3:
- src/dm_sba.sv
- src/dm_top.sv
- src/dmi_jtag.sv
# Level 4:
- src/dm_obi_top.sv
- target: simulation
files:
- src/dmi_test.sv
- target: test
files:
# Level 1
- src/dmi_intf.sv
- tb/jtag_dmi/jtag_intf.sv
- tb/jtag_dmi/jtag_test.sv
# Level 3
- tb/jtag_dmi/tb_jtag_dmi.sv