Verilog to Routing - VPR
|
#include "read_blif.h"
#include "vpr_types.h"
#include "constant_nets.h"
#include "argparse_value.hpp"
#include "argparse.hpp"
Go to the source code of this file.
Data Structures | |
struct | t_options |
Functions | |
argparse::ArgumentParser | create_arg_parser (std::string prog_name, t_options &args) |
t_options | read_options (int argc, const char **argv) |
Read and process VPR's command-line aruments. More... | |
void | set_conditional_defaults (t_options &args) |
bool | verify_args (const t_options &args) |
argparse::ArgumentParser create_arg_parser | ( | std::string | prog_name, |
t_options & | args | ||
) |
t_options read_options | ( | int | argc, |
const char ** | argv | ||
) |
Read and process VPR's command-line aruments.
void set_conditional_defaults | ( | t_options & | args | ) |
bool verify_args | ( | const t_options & | args | ) |