From 94f7b2f4e2f4b09b7262762b83c688d4ffdf3dcf Mon Sep 17 00:00:00 2001 From: Yitian4Debug <97993988+Yitian4Debug@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:16:10 -0800 Subject: [PATCH] Update repack.cpp code clean up --- openfpga/src/repack/repack.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openfpga/src/repack/repack.cpp b/openfpga/src/repack/repack.cpp index 6a6bbae2f..35f45d7a1 100644 --- a/openfpga/src/repack/repack.cpp +++ b/openfpga/src/repack/repack.cpp @@ -578,7 +578,8 @@ static void add_lb_router_nets( if ((clustering_ctx.clb_nlist.net_is_ignored(cluster_net_id) && clustering_ctx.clb_nlist.net_is_global(cluster_net_id) && options.is_pin_ignore_global_nets(std::string(lb_type->pb_type->name), - curr_pin)) || (options.net_is_specified_to_be_ignored( + curr_pin)) || + (options.net_is_specified_to_be_ignored( atom_ctx.nlist.net_name(pb_pin_mapped_nets[source_pb_pin]), std::string(lb_type->pb_type->name), curr_pin))) { /* Find the net mapped to this pin in clustering results*/