We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7905df1 + 5f7b793 commit 3a19e8dCopy full SHA for 3a19e8d
vpr/src/analytical_place/full_legalizer.cpp
@@ -523,12 +523,6 @@ void APPack::legalize(const PartialPlacement& p_placement) {
523
// The Packer stores the clusters into a .net file. Load the packing file.
524
// FIXME: This should be removed. Reading from a file is strange.
525
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);
532
533
// Setup the global variables for placement.
534
g_vpr_ctx.mutable_placement().init_placement_context(vpr_setup_.PlacerOpts, arch_.directs);
0 commit comments