DataflowProcessNetwork Type
The type DataflowProcessNetwork describes an entire dataflow graph.
Record fields
Record Field | Description |
set of all buffers
|
|
mapping a buffer to its consumer node (don't use this for outVars)
|
|
set of input buffers
|
|
buffers of loops requiring initialization [0]
|
|
set of array names to be accessed
|
|
Full Usage:
name
Field type: string
|
name of the DPN
|
|
equations (yL,op,xL) of the DPN nodes
|
set of output buffers
|
|
mapping a buffer to its producer node (don't use this for inVars)
|