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.
2 parents 4e20176 + c46a105 commit 0a9cb27Copy full SHA for 0a9cb27
vpr/src/util/vpr_utils.cpp
@@ -779,6 +779,7 @@ t_logical_block_type_ptr find_most_common_block_type(const DeviceGrid& grid) {
779
780
if (max_type == nullptr) {
781
VTR_LOG_WARN("Unable to determine most common block type (perhaps the device grid was empty?)\n");
782
+ return nullptr;
783
}
784
return logical_block_type(max_type);
785
0 commit comments