|
VPR-7.0
|
#include "OptionTokens.h"
Include dependency graph for ReadOptions.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | s_options |
Typedefs | |
| typedef struct s_options | t_options |
Definition at line 6 of file ReadOptions.h.
| enum e_echo_files |
Definition at line 95 of file ReadOptions.h.
| enum e_output_files |
| Enumerator | |
|---|---|
| E_CRIT_PATH_FILE | |
| E_SLACK_FILE | |
| E_CRITICALITY_FILE | |
| E_FILE_END_TOKEN | |
Definition at line 137 of file ReadOptions.h.
| void alloc_and_load_echo_file_info | ( | ) |
Definition at line 126 of file ReadOptions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void alloc_and_load_output_file_names | ( | const char * | default_name | ) |
Definition at line 200 of file ReadOptions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void free_echo_file_info | ( | ) |
Definition at line 171 of file ReadOptions.c.
Here is the caller graph for this function:| void free_output_file_names | ( | ) |
Definition at line 221 of file ReadOptions.c.
Here is the caller graph for this function:| boolean getEchoEnabled | ( | void | ) |
| char* getEchoFileName | ( | enum e_echo_files | echo_option | ) |
| char* getOutputFileName | ( | enum e_output_files | ename | ) |
| boolean GetPostSynthesisOption | ( | void | ) |
Definition at line 80 of file ReadOptions.c.
Here is the caller graph for this function:Definition at line 58 of file ReadOptions.c.
Here is the caller graph for this function:| boolean isEchoFileEnabled | ( | enum e_echo_files | echo_option | ) |
Definition at line 47 of file ReadOptions.c.
Here is the caller graph for this function:Definition at line 239 of file ReadOptions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void setAllEchoFileEnabled | ( | boolean | value | ) |
Definition at line 97 of file ReadOptions.c.
Here is the caller graph for this function:| void setEchoEnabled | ( | boolean | echo_enabled | ) |
Definition at line 71 of file ReadOptions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void setEchoFileEnabled | ( | enum e_echo_files | echo_option, |
| boolean | value | ||
| ) |
Definition at line 104 of file ReadOptions.c.
| void setEchoFileName | ( | enum e_echo_files | echo_option, |
| const char * | name | ||
| ) |
Definition at line 108 of file ReadOptions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void setOutputFileName | ( | enum e_output_files | ename, |
| const char * | name, | ||
| const char * | default_name | ||
| ) |
Definition at line 186 of file ReadOptions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void SetPostSynthesisOption | ( | boolean | post_synthesis_enabled | ) |
Definition at line 84 of file ReadOptions.c.
Here is the caller graph for this function: