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 973fd2a commit 3deee14Copy full SHA for 3deee14
vpr/src/base/vpr_api.cpp
@@ -413,7 +413,6 @@ bool vpr_flow(t_vpr_setup& vpr_setup, t_arch& arch) {
413
std::cout << "failed placement" << std::endl;
414
return false; //Unimplementable
415
}
416
- print_flat_placement(vpr_setup.FileNameOpts.write_flat_place_file.c_str());
417
418
bool is_flat = vpr_setup.RouterOpts.flat_routing;
419
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