Skip to content

Commit 1fe93da

Browse files
Revert removal of trailing newline from some files
1 parent c669a82 commit 1fe93da

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

vpr/src/base/load_flat_place.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,4 @@ void log_flat_placement_reconstruction_info(
322322
VTR_LOG("\tPercent of atoms misplaced from the flat placement: %f\n",
323323
static_cast<float>(num_atoms_missplaced) / static_cast<float>(num_atoms));
324324
}
325+

vpr/src/base/read_netlist.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,3 +1264,4 @@ void set_atom_pin_mapping(const ClusteredNetlist& clb_nlist, const AtomBlockId a
12641264
//Save the mapping
12651265
atom_ctx.mutable_lookup().set_atom_pin_pb_graph_pin(atom_pin, gpin);
12661266
}
1267+

vpr/src/base/vpr_context.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,4 @@ void PlacementContext::clean_placement_context_post_place() {
100100
// The compressed block grids are currently only used during placement.
101101
vtr::release_memory(compressed_block_grids);
102102
}
103+

vpr/src/base/vpr_context.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,3 +818,4 @@ class VprContext : public Context {
818818
};
819819

820820
#endif
821+

vpr/src/pack/cluster_legalizer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,3 +1780,4 @@ ClusterLegalizer::~ClusterLegalizer() {
17801780
destroy_cluster(cluster_id);
17811781
}
17821782
}
1783+

0 commit comments

Comments
 (0)