File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments