Skip to content

Commit 8f11883

Browse files
committed
Pushing formatted code to branch
1 parent 40a8d08 commit 8f11883

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

vpr/src/base/read_place.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ void read_place(const char* net_file,
139139
place_ctx.placement_id = vtr::secure_digest_file(place_file);
140140
}
141141

142-
143142
void read_user_block_loc(const char* constraints_file) {
144143
/* Reads in the locations of the blocks from a file. */
145144
t_hash **hash_table, *h_ptr;

vpr/src/base/vpr_types.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ enum e_pad_loc_type {
513513
USER
514514
};
515515

516-
517516
/*Are the blocks not locked (free to be moved) or locked in user-specified positions?*/
518517
enum e_block_loc_type {
519518
NOT_LOCKED,

vpr/src/place/initial_placement.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ static t_physical_tile_type_ptr pick_placement_type(t_logical_block_type_ptr log
392392
return nullptr;
393393
}
394394

395-
396395
void initial_placement(enum e_pad_loc_type pad_loc_type, enum e_block_loc_type block_loc_type, const char* constraints_file) {
397396
vtr::ScopedStartFinishTimer timer("Initial Placement");
398397

0 commit comments

Comments
 (0)