My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
dfg_meta_routing Struct Reference

Describes which MSU types a given MSU type should route to if it is cloned. More...

#include <dfg.h>

Public Attributes

struct dfg_msu_typesrc_types [512]
 The types that should route to this MSU. More...
 
int n_src_types
 The number of types that should route to this MSU. More...
 
struct dfg_msu_typedst_types [512]
 The types that this msu should route to. More...
 
int n_dst_types
 The number of types that this msu should route to. More...
 

Detailed Description

Describes which MSU types a given MSU type should route to if it is cloned.

Definition at line 129 of file dfg.h.

Member Data Documentation

struct dfg_msu_type* dfg_meta_routing::dst_types[512]

The types that this msu should route to.

Definition at line 132 of file dfg.h.

int dfg_meta_routing::n_dst_types

The number of types that this msu should route to.

Definition at line 133 of file dfg.h.

int dfg_meta_routing::n_src_types

The number of types that should route to this MSU.

Definition at line 131 of file dfg.h.

struct dfg_msu_type* dfg_meta_routing::src_types[512]

The types that should route to this MSU.

Definition at line 130 of file dfg.h.


The documentation for this struct was generated from the following file: