VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
s_mode Struct Reference

#include <physical_types.h>

+ Collaboration diagram for s_mode:

Data Fields

char * name
 
struct s_pb_typepb_type_children
 
int num_pb_type_children
 
t_interconnectinterconnect
 
int num_interconnect
 
struct s_pb_typeparent_pb_type
 
int index
 
t_mode_powermode_power
 

Detailed Description

Describes mode name: name of the mode pb_type_children: pb_types it contains interconnect: interconnect of parent pb_type to children pb_types or children to children pb_types num_interconnect: Total number of interconnect tags specified by user parent_pb_type: Which parent contains this mode index: Index of mode in array with other modes

Definition at line 334 of file physical_types.h.

Field Documentation

int s_mode::index

Definition at line 341 of file physical_types.h.

t_interconnect* s_mode::interconnect

Definition at line 338 of file physical_types.h.

t_mode_power* s_mode::mode_power

Definition at line 344 of file physical_types.h.

char* s_mode::name

Definition at line 335 of file physical_types.h.

int s_mode::num_interconnect

Definition at line 339 of file physical_types.h.

int s_mode::num_pb_type_children

Definition at line 337 of file physical_types.h.

struct s_pb_type* s_mode::parent_pb_type

Definition at line 340 of file physical_types.h.

struct s_pb_type* s_mode::pb_type_children

Definition at line 336 of file physical_types.h.


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