Skip to content

Commit 9acaa51

Browse files
committed
formatting changes
1 parent ebfe441 commit 9acaa51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vpr/src/base/place_and_route.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ int binary_search_place_and_route(const Netlist<>& placement_net_list,
329329
break;
330330
if (placer_opts.place_freq == PLACE_ALWAYS) {
331331
placer_opts.place_chan_width = current;
332-
try_place(placement_net_list, placer_opts, annealing_sched, router_opts, analysis_opts,noc_opts,
332+
try_place(placement_net_list, placer_opts, annealing_sched, router_opts, analysis_opts, noc_opts,
333333
arch->Chans, det_routing_arch, segment_inf,
334334
arch->Directs, arch->num_directs,
335335
false);

vpr/src/place/initial_placement.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ void initial_placement(enum e_pad_loc_type pad_loc_type, const char* constraints
10331033
if (noc_enabled) {
10341034
initial_noc_placement();
10351035
}
1036-
1036+
10371037
//#ifdef VERBOSE
10381038
// VTR_LOG("At end of initial_placement.\n");
10391039
// if (getEchoEnabled() && isEchoFileEnabled(E_ECHO_INITIAL_CLB_PLACEMENT)) {

0 commit comments

Comments
 (0)