Verilog to Routing - VPR
|
Information about the current status of a particular net as pertains to routing. More...
#include <vpr_types.h>
Public Member Functions | |
void | clear () |
void | resize (size_t number_nets) |
void | set_is_routed (ClusterNetId net, bool is_routed) |
bool | is_routed (ClusterNetId net) const |
void | set_is_fixed (ClusterNetId net, bool is_fixed) |
bool | is_fixed (ClusterNetId net) const |
Private Member Functions | |
ClusterNetId | index (ClusterNetId net) const |
Private Attributes | |
vtr::dynamic_bitset< ClusterNetId > | is_routed_ |
vtr::dynamic_bitset< ClusterNetId > | is_fixed_ |
Information about the current status of a particular net as pertains to routing.
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Whether the net is fixed (i.e. not to be re-routed)
|
private |
Whether the net has been legally routed