From fc06aacc4ef561cef8a8c09f48f024b410a9cfd3 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Wed, 14 Aug 2024 10:49:36 -0700 Subject: [PATCH] [core] code format --- openfpga/src/base/openfpga_pb_pin_fixup.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openfpga/src/base/openfpga_pb_pin_fixup.cpp b/openfpga/src/base/openfpga_pb_pin_fixup.cpp index 698aa30fd..3ae0cc8e2 100644 --- a/openfpga/src/base/openfpga_pb_pin_fixup.cpp +++ b/openfpga/src/base/openfpga_pb_pin_fixup.cpp @@ -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 * 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", - clustering_ctx.clb_nlist.net_name(global_net_id).c_str()); + VTR_LOG( + "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_end = cand_pin_start + pb_graph_pin->port->num_pins; bool found_cand = false;