Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
2854baa3881e8dfdc7ef53e888a83e8a4f3ef33c
/
.
/
vpr
/
src
/
pack
/
pack_report.h
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