-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBender.yml
51 lines (48 loc) · 1.71 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
50
51
# Copyright 2023 ETH Zurich and University of Bologna.
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
# SPDX-License-Identifier: SHL-0.51
package:
name: hyperbus
authors:
- "Armin Berger <[email protected]>"
- "Stephan Keck <[email protected]>"
- "Thomas Benz <[email protected]>"
- "Paul Scheffler <[email protected]>"
- "Luca Valente <[email protected]>" # current maintainer
dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.21.0 }
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.1 }
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.4 }
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.3.2 }
sources:
files:
- target: all(fpga,xilinx)
defines:
FPGA_EMUL: ~
files:
- models/configurable_delay.fpga.sv
- target: test
files:
- models/configurable_delay.behav.sv
- src/hyperbus_pkg.sv
- src/hyperbus_clk_gen.sv
- src/hyperbus_clock_diff_out.sv
- src/hyperbus_w2phy.sv
- src/hyperbus_phy2r.sv
- src/hyperbus_ddr_out.sv
- src/hyperbus_delay.sv
- src/hyperbus_trx.sv
- src/hyperbus_cfg_regs.sv
- src/hyperbus_phy.sv
- src/hyperbus_phy_if.sv
- src/hyperbus_axi.sv
- target: hyper_test
files:
# Device models. TODO: extend
- models/s27ks0641/s27ks0641.v
# Testbench
- test/fixture_hyperbus.sv
- test/hyperbus_tb.sv
- test/dut_if.sv
- test/axi_hyper_tb.sv
- src/hyperbus.sv