blob: 0eec933396b1d9d5765bfe506a3fc3d637b11a5c [file] [log] [blame] [edit]
#ifndef CHECKSETUP_H
#define CHECKSETUP_H
#include "vpr_types.h"
void CheckSetup(
const t_packer_opts& PackerOpts,
const t_placer_opts& PlacerOpts,
const t_router_opts& RouterOpts,
const t_det_routing_arch& RoutingArch,
const std::vector<t_segment_inf>& Segments,
const t_timing_inf Timing,
const t_chan_width_dist Chans);
#endif