71 OUTP boolean * ShowGraphics,
OUTP int *GraphPause,
85 INP boolean sweep_hanging_nets_and_inputs,
INP t_model *user_models,
86 INP t_model *library_models,
boolean read_activity_file,
87 char * activity_file);
94 const char* default_name);
void vpr_check_arch(INP t_arch Arch, INP boolean TimingEnabled)
char * vpr_get_output_file_name(enum e_output_files ename)
void vpr_print_usage(void)
void vpr_free_all(INOUTP t_arch Arch, INOUTP t_options options, INOUTP t_vpr_setup vpr_setup)
void vpr_free_vpr_data_structures(INOUTP t_arch Arch, INOUTP t_options options, INOUTP t_vpr_setup vpr_setup)
void vpr_print_title(void)
t_trace * vpr_resync_post_route_netlist_to_TI_CLAY_v1_architecture(INP const t_arch *arch)
void vpr_init_pre_place_and_route(INP t_vpr_setup vpr_setup, INP t_arch Arch)
void vpr_check_setup(INP enum e_operation Operation, INP struct s_placer_opts PlacerOpts, INP struct s_annealing_sched AnnealSched, INP struct s_router_opts RouterOpts, INP struct s_det_routing_arch RoutingArch, INP t_segment_inf *Segments, INP t_timing_inf Timing, INP t_chan_width_dist Chans)
void vpr_alloc_and_load_output_file_names(const char *default_name)
void vpr_pack(INP t_vpr_setup vpr_setup, INP t_arch arch)
void vpr_show_setup(INP t_options options, INP t_vpr_setup vpr_setup)
void vpr_setup_vpr(INP t_options *Options, INP boolean TimingEnabled, INP boolean readArchFile, OUTP struct s_file_name_opts *FileNameOpts, INOUTP t_arch *Arch, OUTP enum e_operation *Operation, OUTP t_model **user_models, OUTP t_model **library_models, OUTP struct s_packer_opts *PackerOpts, OUTP struct s_placer_opts *PlacerOpts, OUTP struct s_annealing_sched *AnnealSched, OUTP struct s_router_opts *RouterOpts, OUTP struct s_det_routing_arch *RoutingArch, OUTP t_segment_inf **Segments, OUTP t_timing_inf *Timing, OUTP boolean *ShowGraphics, OUTP int *GraphPause, t_power_opts *PowerOpts)
void vpr_power_estimation(t_vpr_setup vpr_setup, t_arch Arch)
void vpr_set_output_file_name(enum e_output_files ename, const char *name, const char *default_name)
void vpr_read_and_process_blif(INP char *blif_file, INP boolean sweep_hanging_nets_and_inputs, INP t_model *user_models, INP t_model *library_models, boolean read_activity_file, char *activity_file)
void vpr_read_options(INP int argc, INP char **argv, OUTP t_options *options)
void vpr_place_and_route(INP t_vpr_setup vpr_setup, INP t_arch arch)
void vpr_init(INP int argc, INP char **argv, OUTP t_options *options, OUTP t_vpr_setup *vpr_setup, OUTP t_arch *arch)
void vpr_check_options(INP t_options Options, INP boolean TimingEnabled)