Averest


DataflowProcessNetwork Type

The type DataflowProcessNetwork describes an entire dataflow graph.

Record fields

Record Field Description

arrDecls

Full Usage: arrDecls

Field type: Map<string, TypeC>

declarations of local arrays

Field type: Map<string, TypeC>

buffers

Full Usage: buffers

Field type: Set<string>

set of all buffers

Field type: Set<string>

cons

Full Usage: cons

Field type: Map<string, int>

mapping a buffer to its consumer node (don't use this for outVars)

Field type: Map<string, int>

inVars

Full Usage: inVars

Field type: Set<string>

set of input buffers

Field type: Set<string>

loopInit

Full Usage: loopInit

Field type: Set<string>

buffers of loops requiring initialization [0]

Field type: Set<string>

memAdrs

Full Usage: memAdrs

Field type: Set<string>

set of array names to be accessed

Field type: Set<string>

name

Full Usage: name

Field type: string

name of the DPN

Field type: string

nodes

Full Usage: nodes

Field type: EquationDPN[]

equations (yL,op,xL) of the DPN nodes

Field type: EquationDPN[]

outVars

Full Usage: outVars

Field type: Set<string>

set of output buffers

Field type: Set<string>

prod

Full Usage: prod

Field type: Map<string, int>

mapping a buffer to its producer node (don't use this for inVars)

Field type: Map<string, int>