Verilog to Routing - VPR
Functions
ShowSetup.cpp File Reference
#include "vtr_assert.h"
#include "vtr_log.h"
#include "vtr_memory.h"
#include "vpr_types.h"
#include "vpr_error.h"
#include "globals.h"
#include "echo_files.h"
#include "read_options.h"
#include "read_xml_arch_file.h"
#include "ShowSetup.h"
Include dependency graph for ShowSetup.cpp:

Functions

static void ShowPackerOpts (const t_packer_opts &PackerOpts)
 
static void ShowNetlistOpts (const t_netlist_opts &NetlistOpts)
 
static void ShowPlacerOpts (const t_placer_opts &PlacerOpts, const t_annealing_sched &AnnealSched)
 
static void ShowRouterOpts (const t_router_opts &RouterOpts)
 
static void ShowAnalysisOpts (const t_analysis_opts &AnalysisOpts)
 
static void ShowAnnealSched (const t_annealing_sched &AnnealSched)
 
static void ShowRoutingArch (const t_det_routing_arch &RoutingArch)
 
void ShowSetup (const t_vpr_setup &vpr_setup)
 
void printClusteredNetlistStats ()
 

Function Documentation

◆ printClusteredNetlistStats()

void printClusteredNetlistStats ( )

◆ ShowAnalysisOpts()

static void ShowAnalysisOpts ( const t_analysis_opts AnalysisOpts)
static

◆ ShowAnnealSched()

static void ShowAnnealSched ( const t_annealing_sched AnnealSched)
static

◆ ShowNetlistOpts()

static void ShowNetlistOpts ( const t_netlist_opts NetlistOpts)
static

◆ ShowPackerOpts()

static void ShowPackerOpts ( const t_packer_opts PackerOpts)
static

◆ ShowPlacerOpts()

static void ShowPlacerOpts ( const t_placer_opts PlacerOpts,
const t_annealing_sched AnnealSched 
)
static

◆ ShowRouterOpts()

static void ShowRouterOpts ( const t_router_opts RouterOpts)
static

◆ ShowRoutingArch()

static void ShowRoutingArch ( const t_det_routing_arch RoutingArch)
static

◆ ShowSetup()

void ShowSetup ( const t_vpr_setup vpr_setup)