VPR-7.0
|
Go to the source code of this file.
Functions | |
void | SetupVPR (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, OUTP t_power_opts *power_opts) |
void | CheckSetup (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 | CheckArch (INP t_arch Arch, INP boolean TimingEnabled) |
void | CheckOptions (INP t_options Options, INP boolean TimingEnabled) |
void | ShowSetup (INP t_options options, INP t_vpr_setup vpr_setup) |
void | printClusteredNetlistStats (void) |
Definition at line 17 of file CheckArch.c.
Definition at line 12 of file CheckOptions.c.
void CheckSetup | ( | 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 | ||
) |
Definition at line 9 of file CheckSetup.c.
void printClusteredNetlistStats | ( | void | ) |
Definition at line 50 of file ShowSetup.c.
void SetupVPR | ( | 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, | ||
OUTP t_power_opts * | power_opts | ||
) |
void ShowSetup | ( | INP t_options | options, |
INP t_vpr_setup | vpr_setup | ||
) |
Definition at line 22 of file ShowSetup.c.