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
If we find that the the hard block instance has a port or more that is unassigned, we go through all the ports and throw an error on the first unassgined port.
910
910
*/
911
-
if (((list_of_hard_block_instances->begin())->hard_block_ports_not_assigned) != 0)
911
+
if (!(list_of_hard_block_instances->empty()) && (((list_of_hard_block_instances->begin())->hard_block_ports_not_assigned) != 0))
0 commit comments