[core] code format
This commit is contained in:
parent
465e6a773e
commit
225b4ff059
|
@ -115,13 +115,11 @@ void annotate_vpr_rr_node_nets(const DeviceContext& device_ctx,
|
|||
VprRoutingAnnotation& vpr_routing_annotation,
|
||||
const bool& verbose) {
|
||||
vtr::vector<RRNodeId, ClusterNetId> node2net =
|
||||
annotate_rr_node_nets(clustering_ctx,
|
||||
device_ctx, verbose);
|
||||
annotate_rr_node_nets(clustering_ctx, device_ctx, verbose);
|
||||
for (size_t node_id = 0; node_id < device_ctx.rr_graph.num_nodes();
|
||||
++node_id) {
|
||||
vpr_routing_annotation.set_rr_node_net(
|
||||
RRNodeId(node_id),
|
||||
node2net[RRNodeId(node_id)]);
|
||||
vpr_routing_annotation.set_rr_node_net(RRNodeId(node_id),
|
||||
node2net[RRNodeId(node_id)]);
|
||||
}
|
||||
VTR_LOG("Loaded node-to-net mapping\n");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue