Verilog to Routing - VPR
src
base
constant_nets.h
Go to the documentation of this file.
1
#ifndef CONSTANT_NETS_H
2
#define CONSTANT_NETS_H
3
4
#include "
clustered_netlist_fwd.h
"
5
6
enum
e_constant_net_method
{
7
CONSTANT_NET_GLOBAL
,
8
CONSTANT_NET_ROUTE
9
};
10
11
void
process_constant_nets
(
ClusteredNetlist
& nlist,
e_constant_net_method
method,
int
verbosity);
12
13
#endif
clustered_netlist_fwd.h
process_constant_nets
void process_constant_nets(ClusteredNetlist &nlist, e_constant_net_method method, int verbosity)
Definition:
constant_nets.cpp:7
CONSTANT_NET_GLOBAL
Definition:
constant_nets.h:7
CONSTANT_NET_ROUTE
Definition:
constant_nets.h:8
ClusteredNetlist
Definition:
clustered_netlist.h:120
e_constant_net_method
e_constant_net_method
Definition:
constant_nets.h:6
Generated by
1.8.13