Skip to content

Commit c22df01

Browse files
Merge pull request #3322 from verilog-to-routing/feature-pack-output
[Pack] Removed Unused Log Messages
2 parents 2e4b26c + d2269ca commit c22df01

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

vpr/src/pack/pack.cpp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -580,22 +580,9 @@ bool try_pack(const t_packer_opts& packer_opts,
580580

581581
VTR_ASSERT(current_packer_state == e_packer_state::SUCCESS);
582582

583-
/* Packing iterative improvement can be done here */
584-
/* Use the re-cluster API to edit it */
585-
/******************* Start *************************/
586-
VTR_LOG("Start the iterative improvement process\n");
587-
//iteratively_improve_packing(*packer_opts, clustering_data, 2);
588-
VTR_LOG("the iterative improvement process is done\n");
589-
590-
/*
591-
* auto& cluster_ctx = g_vpr_ctx.clustering();
592-
* for (auto& blk_id : g_vpr_ctx.clustering().clb_nlist.blocks()) {
593-
* free_pb_stats_recursive(cluster_ctx.clb_nlist.block_pb(blk_id));
594-
* }
595-
*/
596-
/******************** End **************************/
597583
g_vpr_ctx.mutable_atom().mutable_lookup().set_atom_pb_bimap_lock(false);
598584
g_vpr_ctx.mutable_atom().mutable_lookup().set_atom_to_pb_bimap(cluster_legalizer.atom_pb_lookup());
585+
599586
//check clustering and output it
600587
check_and_output_clustering(cluster_legalizer, packer_opts, is_clock, &arch);
601588

0 commit comments

Comments
 (0)