Skip to content

Remove Redundant print_pb #2939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions vpr/src/analytical_place/full_legalizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -523,12 +523,6 @@ void APPack::legalize(const PartialPlacement& p_placement) {
// The Packer stores the clusters into a .net file. Load the packing file.
// FIXME: This should be removed. Reading from a file is strange.
vpr_load_packing(vpr_setup_, arch_);
const ClusteredNetlist& clb_nlist = g_vpr_ctx.clustering().clb_nlist;

// Verify the packing and print some info
check_netlist(vpr_setup_.PackerOpts.pack_verbosity);
writeClusteredNetlistStats(vpr_setup_.FileNameOpts.write_block_usage);
print_pb_type_count(clb_nlist);

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