You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
482 B
Plaintext

digraph {
root -> app
root -> microzig
app -> microzig
app -> A
app -> B
subgraph cluster_0 {
style="dotted"
graph [labelloc=b]
A -> C
B -> C
B -> D
label = "Application Dependencies";
}
microzig -> config
microzig -> cpu [dir="both"]
microzig -> chip [dir="both"]
microzig -> board [dir="both", style="dashed"]
microzig -> hal [dir="both", style="dashed"]
}