VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
OptionTokens.c File Reference
#include "util.h"
#include "vpr_types.h"
#include "OptionTokens.h"
+ Include dependency graph for OptionTokens.c:

Go to the source code of this file.

Variables

struct s_TokenPair OptionBaseTokenList []
 
struct s_TokenPair OptionArgTokenList []
 

Variable Documentation

struct s_TokenPair OptionArgTokenList[]
Initial value:
= { { "on", OT_ON }, { "off", OT_OFF },
{ "random", OT_RANDOM }, { "bounding_box", OT_BOUNDING_BOX }, {
"net_timing_driven", OT_NET_TIMING_DRIVEN }, {
"path_timing_driven", OT_PATH_TIMING_DRIVEN }, {
"breadth_first", OT_BREADTH_FIRST }, { "timing_driven",
OT_TIMING_DRIVEN }, { "NO_TIMING", OT_NO_TIMING }, {
"intrinsic_delay", OT_INTRINSIC_DELAY }, { "delay_normalized",
OT_DELAY_NORMALIZED }, { "demand_only", OT_DEMAND_ONLY }, {
"global", OT_GLOBAL }, { "detailed", OT_DETAILED }, { "timing",
OT_TIMING }, { "max_inputs", OT_MAX_INPUTS }, { "greedy",
OT_GREEDY }, { "lp", OT_LP }, { "brute_force", OT_BRUTE_FORCE },
{ NULL, OT_BASE_UNKNOWN }
}

Definition at line 63 of file OptionTokens.c.

struct s_TokenPair OptionBaseTokenList[]

Definition at line 7 of file OptionTokens.c.