Skip to content

Commit 9d307cb

Browse files
committed
oops
1 parent 4a955ec commit 9d307cb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

vpr/src/base/vpr_api.cpp

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,13 +1439,11 @@ bool vpr_analysis_flow(const Netlist<>& net_list,
14391439
sync_netlists_to_routing_flat();
14401440
} else {
14411441
sync_netlists_to_routing(net_list,
1442-
g_vpr_ctx.device(),
1443-
g_vpr_ctx.mutable_atom(),
1444-
g_vpr_ctx.atom().lookup,
1445-
g_vpr_ctx.mutable_clustering(),
1446-
g_vpr_ctx.placement(),
1447-
g_vpr_ctx.routing(),
1448-
vpr_setup.PackerOpts.pack_verbosity > 2);
1442+
g_vpr_ctx.device(),
1443+
g_vpr_ctx.mutable_atom(),
1444+
g_vpr_ctx.mutable_clustering(),
1445+
g_vpr_ctx.placement(),
1446+
vpr_setup.PackerOpts.pack_verbosity > 2);
14491447
}
14501448

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

0 commit comments

Comments
 (0)