My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
dfg_instantiation.h File Reference

Instantiation of a dfg on a runtime. More...

Go to the source code of this file.

Functions

int init_dfg_msu_types (struct dfg_msu_type **msu_types, int n_msu_types)
 Runs the runtime initilization function for the given MSU types. More...
 
int instantiate_dfg_runtime (struct dfg_runtime *rt)
 Instantiates the MSUs, routes, and threads on the specified runtime. More...
 

Detailed Description

Instantiation of a dfg on a runtime.

Definition in file dfg_instantiation.h.

Function Documentation

int init_dfg_msu_types ( struct dfg_msu_type **  msu_types,
int  n_msu_types 
)

Runs the runtime initilization function for the given MSU types.

Parameters
msu_typeslist of pointers to MSU types
n_msu_typesSize of msu_types
Returns
0 on success, -1 on error

Definition at line 160 of file dfg_instantiation.c.

int instantiate_dfg_runtime ( struct dfg_runtime rt)

Instantiates the MSUs, routes, and threads on the specified runtime.

Definition at line 174 of file dfg_instantiation.c.