show_objects -name unplaced_BUFGs [get_cells -hierarchical -filter { PRIMITIVE_TYPE == CLK.gclk.BUFG && STATUS == "UNPLACED" }]
Note: By default, the
get_* Tcl
command truncates the returned results
in the Tcl Console and log file after the first 500 results. For more information,
including how to change the default setting, see the
Vivado
Design Suite Tcl Command Reference Guide (UG835).