#include "util.h"#include "vpr_types.h"#include "OptionTokens.h"
Go to the source code of this file.
Variables | |
| struct s_TokenPair | OptionBaseTokenList [] |
| struct s_TokenPair | OptionArgTokenList [] |
| struct s_TokenPair OptionArgTokenList[] |
{
{"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.
| struct s_TokenPair OptionBaseTokenList[] |
Definition at line 7 of file OptionTokens.c.
1.6.1