Skip to content

Commit 3deee14

Browse files
committed
forgot to delete unconditional call to print_flat_placement
1 parent 973fd2a commit 3deee14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vpr/src/base/vpr_api.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ bool vpr_flow(t_vpr_setup& vpr_setup, t_arch& arch) {
413413
std::cout << "failed placement" << std::endl;
414414
return false; //Unimplementable
415415
}
416-
print_flat_placement(vpr_setup.FileNameOpts.write_flat_place_file.c_str());
417416
}
418417
bool is_flat = vpr_setup.RouterOpts.flat_routing;
419418
const Netlist<>& router_net_list = is_flat ? (const Netlist<>&)g_vpr_ctx.atom().nlist : (const Netlist<>&)g_vpr_ctx.clustering().clb_nlist;

0 commit comments

Comments
 (0)