ID:23141 The constraint target '<Target input string>' does not specify a type and will be inferred. This may result in unexpected behaviour. Consider using a '[dni::get_<type> ...]' command instead. File: <Location>

CAUSE: The target was input as a bare string that does not specify a type.

ACTION: Use one of the Tcl "dni::get" commands instead, such as '[dni::get_ports ...]', '[dni::get_pins ...]' or '[dni::get_cells ...]' to retrieve a collection of the desired objects whose names match the input string.