blob: 214aa50155a9ed1495fbada47175216dca843aa8 [file] [log] [blame]
#ifndef OUTPUT_CLUSTERING_H
#define OUTPUT_CLUSTERING_H
#include <vector>
#include <unordered_set>
#include "vpr_types.h"
#include "pack_types.h"
void output_clustering(const vtr::vector<ClusterBlockId, std::vector<t_intra_lb_net>*>& intra_lb_routing, bool global_clocks, const std::unordered_set<AtomNetId>& is_clock, const std::string& architecture_id, const char* out_fname, bool skip_clustering);
#endif