Skip to content

Commit 4781809

Browse files
committed
[AP][FullLegalizer] Basic Min. Disturbance FL
Style change.
1 parent b4f3453 commit 4781809

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vpr/src/analytical_place/analytical_placement_flow.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ static PartialPlacement run_global_placer(const AtomNetlist& atom_nlist, const A
117117
} else {
118118
// Run the Global Placer
119119
std::unique_ptr<GlobalPlacer> global_placer = make_global_placer(e_global_placer::SimPL,
120-
ap_netlist,
121-
prepacker,
122-
atom_nlist,
123-
device_ctx.grid,
124-
device_ctx.logical_block_types,
125-
device_ctx.physical_tile_types);
120+
ap_netlist,
121+
prepacker,
122+
atom_nlist,
123+
device_ctx.grid,
124+
device_ctx.logical_block_types,
125+
device_ctx.physical_tile_types);
126126
return global_placer->place();
127127
}
128128
}

0 commit comments

Comments
 (0)