Skip to content

Commit 3a19e8d

Browse files
Merge pull request #2939 from verilog-to-routing/redundant_print_pb
Remove Redundant print_pb
2 parents 7905df1 + 5f7b793 commit 3a19e8d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vpr/src/analytical_place/full_legalizer.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -523,12 +523,6 @@ void APPack::legalize(const PartialPlacement& p_placement) {
523523
// The Packer stores the clusters into a .net file. Load the packing file.
524524
// FIXME: This should be removed. Reading from a file is strange.
525525
vpr_load_packing(vpr_setup_, arch_);
526-
const ClusteredNetlist& clb_nlist = g_vpr_ctx.clustering().clb_nlist;
527-
528-
// Verify the packing and print some info
529-
check_netlist(vpr_setup_.PackerOpts.pack_verbosity);
530-
writeClusteredNetlistStats(vpr_setup_.FileNameOpts.write_block_usage);
531-
print_pb_type_count(clb_nlist);
532526

533527
// Setup the global variables for placement.
534528
g_vpr_ctx.mutable_placement().init_placement_context(vpr_setup_.PlacerOpts, arch_.directs);

0 commit comments

Comments
 (0)