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... | |
Instantiation of a dfg on a runtime.
Definition in file dfg_instantiation.h.
| 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.
| msu_types | list of pointers to MSU types |
| n_msu_types | Size of msu_types |
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.
1.8.6