We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfe982 commit 43e7fe4Copy full SHA for 43e7fe4
vpr/src/place/place.cpp
@@ -2551,7 +2551,7 @@ static std::vector<t_compressed_block_grid> create_compressed_block_grids() {
2551
return compressed_type_grids;
2552
}
2553
2554
-//Given a set of locations, returns a 2D matrix in a compressed
+//Given a set of locations, returns a 2D matrix in a compressed space
2555
static t_compressed_block_grid create_compressed_block_grid(const std::vector<vtr::Point<int>>& locations) {
2556
t_compressed_block_grid compressed_grid;
2557
0 commit comments