-
Notifications
You must be signed in to change notification settings - Fork 1
/
Bender.yml
49 lines (45 loc) · 1.7 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
package:
name: pulp-ethernet
authors:
- "Alessandro Ottaviano <[email protected]>" # current maintainer
- "Thomas Benz <[email protected]>"
- "Thiemo Zaugg <[email protected]>"
- "Mattia Girotti"
- "Alice Afrangoli"
- "Chaoqun Liang <[email protected]>"
- "Davide Rossi <[email protected]>"
dependencies:
axi_mem_if : { git: [email protected]:pulp-platform/axi_mem_if.git, version: 0.2.1 }
axi : { git: "[email protected]:pulp-platform/axi.git", version: 0.39.1 }
common_verification : { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.3 }
register_interface : { git: "https://github.com/pulp-platform/register_interface.git", version: 0.3.8 }
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.32.0 }
axi_stream: { git: "[email protected]:pulp-platform/axi_stream.git", rev: "472751f550e3918215603e21734fe0ece3c66f79" }
sources:
# 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
- gen/eth_framing_reg_pkg.sv
- gen/eth_framing_reg_top.sv
- rtl/axis_gmii_rx.sv
- rtl/axis_gmii_tx.sv
# Level 1
- rtl/eth_mac_1g_rgmii_fifo.sv
- rtl/eth_mac_1g_rgmii.sv
- rtl/eth_mac_1g.sv
- rtl/iddr.sv
- rtl/oddr.sv
- rtl/rgmii_core.sv
- rtl/rgmii_lfsr.sv
- rtl/rgmii_phy_if.sv
- rtl/rgmii_soc.sv
- rtl/ssio_ddr_in.sv
# Level 2
- rtl/framing_top.sv
- rtl/eth_top_pkg.sv
- rtl/eth_top.sv
- target/synth/eth_top_synth.sv
- target: test
files:
- target/sim/src/eth_tb.sv