Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
2854baa3881e8dfdc7ef53e888a83e8a4f3ef33c
/
.
/
vpr
/
src
/
base
/
read_activity.h
blob: 51be12a201c7783034f1d027d6293a10f93ddbdb [
file
] [
log
] [
blame
]
#ifndef
READ_ACTIVITY_H
#define
READ_ACTIVITY_H
#include
<unordered_map>
#include
"atom_netlist_fwd.h"
#include
"vpr_types.h"
std
::
unordered_map
<
AtomNetId
,
t_net_power
>
read_activity
(
const
AtomNetlist
&
netlist
,
const
char
*
activity_file
);
#endif