Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
duck2 committed Aug 15, 2024
1 parent 4a955ec commit 9d307cb
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions vpr/src/base/vpr_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1439,13 +1439,11 @@ bool vpr_analysis_flow(const Netlist<>& net_list,
sync_netlists_to_routing_flat();
} else {
sync_netlists_to_routing(net_list,
g_vpr_ctx.device(),
g_vpr_ctx.mutable_atom(),
g_vpr_ctx.atom().lookup,
g_vpr_ctx.mutable_clustering(),
g_vpr_ctx.placement(),
g_vpr_ctx.routing(),
vpr_setup.PackerOpts.pack_verbosity > 2);
g_vpr_ctx.device(),
g_vpr_ctx.mutable_atom(),
g_vpr_ctx.mutable_clustering(),
g_vpr_ctx.placement(),
vpr_setup.PackerOpts.pack_verbosity > 2);
}

std::string post_routing_packing_output_file_name = vpr_setup.PackerOpts.output_file + ".post_routing";
Expand Down

0 comments on commit 9d307cb

Please sign in to comment.