Skip to content

Commit

Permalink
[core] code format
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxifan committed Nov 13, 2024
1 parent c9d8379 commit 2debc1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openfpga/src/annotation/openfpga_annotate_routing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ vtr::vector<RRNodeId, ClusterNetId> annotate_rr_node_global_net(
VTR_LOG_ERROR(
"When annotating global net '%s', invalid rr node pin type for '%s' "
"pin '%d'\n",
cluster_nlist.net_name(net_id).c_str(), phy_tile->name.c_str(), node_pin_num);
cluster_nlist.net_name(net_id).c_str(), phy_tile->name.c_str(),
node_pin_num);
exit(1);
}
std::vector<RRNodeId> curr_rr_nodes =
Expand Down

0 comments on commit 2debc1e

Please sign in to comment.