Netlist and Device Objects - 2022.1 English

Vivado Design Suite Properties Reference Guide

Document ID
UG912
Release Date
2022-06-08
Version
2022.1 English

Netlist and Device Objects

Vivado Design Suite supports a number of first class objects in the in-memory design database. These objects represent the cells, nets, and ports of the logical design, the device resources of the target Xilinx device, or platform board, as well as objects used by specific features of the Vivado Design Suite such as block design objects used by IP integrator, or hardware objects used by the Vivado hardware manager. The Vivado Design Suite maps the netlist objects of the logical design onto the device objects of the target device or board. Figure 1-1, page 10 illustrates the relationships between some of the Vivado tools first class objects. This figure is representative, and is not intended to depict all Vivado tools first class objects, or their relationships.

Figure 1-1:      Netlist and Device Objects

X-Ref Target - Figure 1-1

X14826-netlist-and-device-objects.jpg

The netlist objects, displayed at the top of Figure 1-1, are part of the logical design for programming into the FPGA. Device objects, shown in the lower half of the figure, are part of the actual physical device, and include area resources such as clock regions, tiles, sites or CLBs. Device objects also include package pins and I/O banks, shown on the left side of the figure, and routing resources such as nodes, wires, and pips, shown on the right in the figure.

Additional categories of first class objects exist in the Vivado Design Suite, such as timing objects, which combine with the netlist design to create timing reports and constrain placement and routing results. Timing objects associated with the netlist and device objects, provide a complete timing analysis of the implemented design. Timing objects include clocks, timing paths, and delay objects.

The relationship between objects is shown by the arrows connecting two objects:

A double headed arrow indicates that the relationship can be queried from either direction. For instance, you can query the cells attached to specific nets (get_cells -of_objects [get_nets]), or query the nets connected to specific cells (get_nets -of_objects [get_cells]).

A single-ended arrow reflects a relationship that can only be queried in the direction of the arrow. For instance, in Figure 1-1, you can see that you can query the bels located in specific clock regions (get_bels -of_objects [get_clock_regions]), but you cannot get clock regions associated with specific bels.

A description of first class objects, their relationships to other objects, and the properties defined on those objects follows.

Netlist Objects

CELL, page 43

CLOCK, page 47

NET, page 108

PIN, page 116

PORT, page 126

TIMING_PATH, page 139

Device Resource Objects

BEL, page 37

BEL_PIN, page 41

CLOCK_REGION, page 50

IO_BANK, page 104

IO_STANDARD, page 106

NODE, page 112

PACKAGE_PIN, page 114

PIP or SITE_PIP, page 119

PKGPIN_BYTEGROUP, page 122

PKGPIN_NIBBLE, page 124

SITE, page 129

SLR, page 133

TILE, page 135

WIRE, page 142