Skip to content

Commit 43e7fe4

Browse files
committed
vpr: Clarify comment
1 parent 4cfe982 commit 43e7fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/place.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2551,7 +2551,7 @@ static std::vector<t_compressed_block_grid> create_compressed_block_grids() {
25512551
return compressed_type_grids;
25522552
}
25532553

2554-
//Given a set of locations, returns a 2D matrix in a compressed
2554+
//Given a set of locations, returns a 2D matrix in a compressed space
25552555
static t_compressed_block_grid create_compressed_block_grid(const std::vector<vtr::Point<int>>& locations) {
25562556
t_compressed_block_grid compressed_grid;
25572557

0 commit comments

Comments
 (0)