VPR-6.0

vpr/SRC/base/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},
        {"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 79 of file OptionTokens.c.

OptionBaseTokenList is for command line arg tokens. We will track how many times each of these things exist in a file

Definition at line 8 of file OptionTokens.c.