Skip to content

Commit 5f7b793

Browse files
committed
[vpr][pack] reomve redundant function calls
1 parent 4f648f2 commit 5f7b793

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vpr/src/analytical_place/full_legalizer.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -523,11 +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);
531526

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

0 commit comments

Comments
 (0)