blob: 75fd0d360580cd4220c507f96f0ed6ae4ad57f93 [file] [log] [blame]
#ifndef VPR_PACK_REPORT_H
#define VPR_PACK_REPORT_H
#include <iosfwd>
#include "vpr_context.h"
void report_packing_pin_usage(std::ostream& os, const VprContext& ctx);
#endif