digraph TypeHierarchy { graph [rankdir=BT bgcolor="transparent"] { node [style=filled,shape=box] { node [fillcolor="#f7fbff"] Data Element Bits Num Aggregate VecLike "Chisel Internal" } { node [fillcolor="#e5f5e0"] Bool UInt SInt FixedPoint Interval Analog Clock Reset AsyncReset Record Bundle Vec "Chisel Types" } { node [fillcolor="#fcbba1"] "User Types" Ellipsis [label="..."] } subgraph cluster_data_hierarchy { color=transparent Element Bits Num Reset Clock Analog UInt SInt FixedPoint Interval Bool color=transparent Aggregate VecLike Record Bundle Vec {Aggregate Element} -> Data {Bits Reset Clock Analog} -> Element {UInt SInt FixedPoint Interval} -> {Bits Num} Bool -> {UInt Reset} Ellipsis -> Bundle Ellipsis -> Record -> Aggregate Bundle -> Record Vec -> {Aggregate VecLike} AsyncReset -> {Element Reset} } subgraph cluster_legend { label=Legend "User Types" -> "Chisel Types" -> "Chisel Internal" } } }