Skip to content

Commit 06b5e4d

Browse files
sfkhalidvaughnbetz
authored andcommitted
Changed a comment in initial_placement.cpp
1 parent 1e09aa4 commit 06b5e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/initial_placement.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ void initial_placement(std::string pad_loc_type, const char* constraints_file) {
445445
place_ctx.block_locs[blk_id].loc = t_pl_loc();
446446
}
447447

448-
/*If the constraints file is not NULL, read in the block locations from the constraints file here*/
448+
/*Check whether the constraint file is NULL, if it is not read in the block locations from the constraints file here*/
449449
if (constraints_file != "") {
450450
read_user_block_loc(constraints_file);
451451
}

0 commit comments

Comments
 (0)