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 16f0808 commit e211470Copy full SHA for e211470
libs/libarchfpga/src/device_grid.cpp
@@ -14,7 +14,7 @@ DeviceGrid::DeviceGrid(std::string grid_name, vtr::NdMatrix<t_grid_tile, 3> grid
14
size_t DeviceGrid::num_instances(t_physical_tile_type_ptr type, int layer_num) const {
15
size_t count = 0;
16
//instance_counts_ is not initialized
17
- if(instance_counts_.empty()) {
+ if (instance_counts_.empty()) {
18
return 0;
19
}
20
0 commit comments