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

Representation of a single MSU in the dfg. More...

#include <dfg.h>

Public Attributes

int id
 A unique identifier for the MSU. More...
 
uint8_t vertex_type
 Whether the MSU is #ENTRY, #EXIT, or possible #ENTRY | #EXIT. More...
 
struct msu_init_data init_data
 Initial data passed to the MSU. More...
 
struct dfg_msu_typetype
 The type of the MSU and meta-routing information. More...
 
enum blocking_mode blocking_mode
 Whether the MSU is blocking or not. More...
 
struct dfg_scheduling scheduling
 Information about where an MSU is scheduled. More...
 

Detailed Description

Representation of a single MSU in the dfg.

Definition at line 216 of file dfg.h.

Member Data Documentation

enum blocking_mode dfg_msu::blocking_mode

Whether the MSU is blocking or not.

Definition at line 223 of file dfg.h.

int dfg_msu::id

A unique identifier for the MSU.

Definition at line 217 of file dfg.h.

struct msu_init_data dfg_msu::init_data

Initial data passed to the MSU.

Definition at line 219 of file dfg.h.

struct dfg_scheduling dfg_msu::scheduling

Information about where an MSU is scheduled.

Definition at line 225 of file dfg.h.

struct dfg_msu_type* dfg_msu::type

The type of the MSU and meta-routing information.

Definition at line 221 of file dfg.h.

uint8_t dfg_msu::vertex_type

Whether the MSU is #ENTRY, #EXIT, or possible #ENTRY | #EXIT.

Definition at line 218 of file dfg.h.


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