Verilog to Routing - VPR
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
This is a core file that defines the major data types used by VPR.
Definition: atom_netlist.h:80
std::unordered_map< AtomNetId, t_net_power > read_activity(const AtomNetlist &netlist, const char *activity_file)
Definition: read_activity.cpp:28