You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VPR_FATAL_ERROR(VPR_ERROR_ARCH, "[Arch LINE %d] From pin (index=%d) of direct connection '%s' does not exist on any side of the programmable block '%s'.\n", directs[i].line, opin, directs[i].from_pin.c_str());
1759
+
VPR_FATAL_ERROR(VPR_ERROR_ARCH, "[Arch LINE %d] From pin (index=%d) of direct connection '%s' does not exist on any side of the programmable block '%s'.\n", directs[i].line, opin, directs[i].from_pin.c_str());
1760
1760
}
1761
1761
1762
1762
/* directs[i].sub_tile_offset is added to from_capacity(z) to get the target_capacity */
1763
1763
int to_subtile_cap = z + directs[i].sub_tile_offset;
1764
1764
/* If the destination subtile is out of range, there is no qualified IPINs */
1765
1765
if (to_subtile_cap < 0 || to_subtile_cap >= to_grid_type->capacity) {
1766
-
continue;
1766
+
continue;
1767
1767
}
1768
1768
/* Iterate over all sub_tiles to get the sub_tile which the target_cap belongs to. */
VPR_FATAL_ERROR(VPR_ERROR_ARCH, "[Arch LINE %d] To pin (index=%d) of direct connection '%s' does not exist on any side of the programmable block '%s'.\n", directs[i].line, relative_ipin, directs[i].to_pin.c_str());
1783
+
VPR_FATAL_ERROR(VPR_ERROR_ARCH, "[Arch LINE %d] To pin (index=%d) of direct connection '%s' does not exist on any side of the programmable block '%s'.\n", directs[i].line, relative_ipin, directs[i].to_pin.c_str());
0 commit comments