-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.txt
61 lines (40 loc) · 777 Bytes
/
modules.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
@startuml
' Define the top package
package "ethernet_top" {
' Define sub-packages
package "rst_gen" {
}
package "eth_rst_gen" {
package "gen_50M" {
[clk_wiz_0_xci]
}
}
package "pdm_microphone" {
package "pdm_clk_gen" {
}
package "cic_compiler" {
[cic_compiler_0_xci]
}
}
package "endian_switch" {
}
package "packet_gen" {
package "eth_header_gen" {
}
package "data_fifo" {
[data_fifo_xci]
}
package "crc_gen" {
}
}
}
' Add some spacing between elements
skinparam package {
Padding 25
Margin 10
}
' Add some spacing between arrows
skinparam arrow {
Margin 15
}
@enduml