Verilog to Routing - VPR
src
base
read_activity.h
Go to the documentation of this file.
1
#ifndef READ_ACTIVITY_H
2
#define READ_ACTIVITY_H
3
#include <unordered_map>
4
5
#include "
atom_netlist_fwd.h
"
6
#include "
vpr_types.h
"
7
8
std::unordered_map<AtomNetId, t_net_power>
read_activity
(
const
AtomNetlist
& netlist,
const
char
* activity_file);
9
10
#endif
vpr_types.h
This is a core file that defines the major data types used by VPR.
AtomNetlist
Definition:
atom_netlist.h:80
atom_netlist_fwd.h
read_activity
std::unordered_map< AtomNetId, t_net_power > read_activity(const AtomNetlist &netlist, const char *activity_file)
Definition:
read_activity.cpp:28
Generated by
1.8.13