SRC/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

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},
    {"linear", OT_LINEAR},
    {"nonlinear", OT_NONLINEAR},
    {"breadth_first", OT_BREADTH_FIRST},
    {"timing_driven", OT_TIMING_DRIVEN},
    {"directed_search", OT_DIRECTED_SEARCH},
        {"intrinsic_delay", OT_INTRINSIC_DELAY},
        {"delay_normalized", OT_DELAY_NORMALIZED},
        {"demand_only", OT_DEMAND_ONLY},
    {"global", OT_GLOBAL},
    {"detailed", OT_DETAILED},
    {NULL, OT_BASE_UNKNOWN}     
}

Definition at line 55 of file OptionTokens.c.

Definition at line 7 of file OptionTokens.c.


Generated on Tue Jan 5 15:25:50 2010 for VPR5.0 by  doxygen 1.6.1