[core] code format

This commit is contained in:
tangxifan 2024-08-14 10:49:36 -07:00
parent 665777df51
commit fc06aacc4e
1 changed files with 4 additions and 2 deletions

View File

@ -72,8 +72,10 @@ static int update_cluster_pin_global_net_with_post_routing_results(
* Get the offset of the pin index in the port, based on which we can infer * Get the offset of the pin index in the port, based on which we can infer
* the pin index in the context of logical block * the pin index in the context of logical block
*/ */
VTR_LOG("Searching for a candidate pin to accomodate global net '%s' was lost during routing optimization\n", VTR_LOG(
clustering_ctx.clb_nlist.net_name(global_net_id).c_str()); "Searching for a candidate pin to accomodate global net '%s' was lost "
"during routing optimization\n",
clustering_ctx.clb_nlist.net_name(global_net_id).c_str());
size_t cand_pin_start = pb_type_pin - pb_graph_pin->pin_number; size_t cand_pin_start = pb_type_pin - pb_graph_pin->pin_number;
size_t cand_pin_end = cand_pin_start + pb_graph_pin->port->num_pins; size_t cand_pin_end = cand_pin_start + pb_graph_pin->port->num_pins;
bool found_cand = false; bool found_cand = false;