Verilog to Routing - VPR
|
#include <cstdio>
#include <cstring>
#include "vtr_util.h"
#include "vtr_memory.h"
#include "vpr_types.h"
#include "vpr_error.h"
#include "hash.h"
#include "echo_files.h"
#include "globals.h"
Functions | |
bool | getEchoEnabled () |
void | setEchoEnabled (bool echo_enabled) |
void | setAllEchoFileEnabled (bool value) |
void | setEchoFileEnabled (enum e_echo_files echo_option, bool value) |
void | setEchoFileName (enum e_echo_files echo_option, const char *name) |
bool | isEchoFileEnabled (enum e_echo_files echo_option) |
char * | getEchoFileName (enum e_echo_files echo_option) |
void | alloc_and_load_echo_file_info () |
void | free_echo_file_info () |
void | setOutputFileName (enum e_output_files ename, const char *name, const char *default_name) |
char * | getOutputFileName (enum e_output_files ename) |
void | alloc_and_load_output_file_names (const std::string default_name) |
void | free_output_file_names () |
Variables | |
static bool | EchoEnabled |
static bool * | echoFileEnabled = nullptr |
static char ** | echoFileNames = nullptr |
static char ** | outputFileNames = nullptr |
void alloc_and_load_echo_file_info | ( | ) |
void alloc_and_load_output_file_names | ( | const std::string | default_name | ) |
void free_echo_file_info | ( | ) |
void free_output_file_names | ( | ) |
bool getEchoEnabled | ( | ) |
char* getEchoFileName | ( | enum e_echo_files | echo_option | ) |
char* getOutputFileName | ( | enum e_output_files | ename | ) |
bool isEchoFileEnabled | ( | enum e_echo_files | echo_option | ) |
void setAllEchoFileEnabled | ( | bool | value | ) |
void setEchoEnabled | ( | bool | echo_enabled | ) |
void setEchoFileEnabled | ( | enum e_echo_files | echo_option, |
bool | value | ||
) |
void setEchoFileName | ( | enum e_echo_files | echo_option, |
const char * | name | ||
) |
void setOutputFileName | ( | enum e_output_files | ename, |
const char * | name, | ||
const char * | default_name | ||
) |
|
static |
|
static |
|
static |
|
static |