Tcl Command Example for Finding Unplaced BUFGs - 2022.1 English

Vivado Design Suite User Guide: Using the Vivado IDE (UG893)

Document ID
UG893
Release Date
2022-04-27
Version
2022.1 English
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).