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.
1 parent 4f648f2 commit 5f7b793Copy full SHA for 5f7b793
vpr/src/analytical_place/full_legalizer.cpp
@@ -523,11 +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
532
// Setup the global variables for placement.
533
g_vpr_ctx.mutable_placement().init_placement_context(vpr_setup_.PlacerOpts, arch_.directs);
0 commit comments