digraph manager_compiler_graph {
StreamFMAKernel[shape=plaintext, label=<
| | a clk=STREAM (100.0MHz)
 width=32
 PULL el=1 ael=2
 | b clk=STREAM (100.0MHz)
 width=32
 PULL el=1 ael=2
 | 
 | 
| Kernel : StreamFMAKernel | 
| | output clk=STREAM (100.0MHz)
 width=32
 PUSH 5
 | 
 | 
>];
a[shape=plaintext, label=<| PCIe_From_Host : a | 
| | a clk=PCIE (125.0MHz)
 width=128
 PUSH 2
 | 
 | 
>];
b[shape=plaintext, label=<| PCIe_From_Host : b | 
| | b clk=PCIE (125.0MHz)
 width=128
 PUSH 2
 | 
 | 
>];
output[shape=plaintext, label=<| | output clk=PCIE (125.0MHz)
 width=128
 PUSH 1
 | 
 | 
| PCIe_To_Host : output | 
>];
a -> StreamFMAKernel [headport="a" tailport="a" label="{D{data:1}}"]
b -> StreamFMAKernel [headport="b" tailport="b" label="{D{data:1}}"]
StreamFMAKernel -> output [headport="output" tailport="output" label="{D{data:1}}"]
}