Verilog to Routing - VPR
Data Structures | Functions
read_options.h File Reference
#include "read_blif.h"
#include "vpr_types.h"
#include "constant_nets.h"
#include "argparse_value.hpp"
#include "argparse.hpp"
Include dependency graph for read_options.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ create_arg_parser()

argparse::ArgumentParser create_arg_parser ( std::string  prog_name,
t_options args 
)

◆ read_options()

t_options read_options ( int  argc,
const char **  argv 
)

Read and process VPR's command-line aruments.

◆ set_conditional_defaults()

void set_conditional_defaults ( t_options args)

◆ verify_args()

bool verify_args ( const t_options args)