欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 文旅 > 游戏 > vivado NODE、PACKAGE_PIN

vivado NODE、PACKAGE_PIN

2024/10/24 13:20:02 来源:https://blog.csdn.net/cckkppll/article/details/139755023  浏览:    关键词:vivado NODE、PACKAGE_PIN

节点是Xilinx部件上用于路由连接或网络的设备对象。它是一个
WIRE集合,跨越多个瓦片,物理和电气
连接在一起。节点可以连接到单个SITE_,
而是简单地将NETs携带进、携带出或携带穿过站点。节点可以连接到
任何数量的PIP,并且也可以由捆绑驱动。
相关对象
如图2-30第112页所示,NODE对象与SLR、TILE、NETs、SITE_PINs相关,
WIRE、PIP和其他节点。您可以使用以下表格查询NODE
Tcl命令:
get_nodes-of_objects[get_nets cpuClk]
您还可以查询节点所在的SLR和TILE,或PIP、SITE_PINS,
SPEED_MODEL,与特定节点关联的WIRE:
get_slrs-of_objects[get_nodes LIOB33_SING_X0Y199/IOB_T_OUT0]
属性
可以使用以下命令报告NODE对象的特性:
report_property-all[lindex[get_nodes-filter{IS_COMPLETE}]0]
提示:由于设备上的节点数量,使用get_NODEs Tcl命令而不使用
-不建议使用of_objects或-filters来缩小结果范围。
这些属性包括以下内容和示例值:

Property Type Read-only Value
CLASS string true node
COST_CODE int true 14
COST_CODE_NAME enum true OUTBOUND
IS_BAD bool true 0
IS_COMPLETE bool true 1
IS_GND bool true 0
IS_INPUT_PIN bool true 0
IS_OUTPUT_PIN bool true 0
IS_PIN bool true 0
IS_VCC bool true 0
NAME string true CLBLL_L_X2Y50/CLBLL_LOGIC_OUTS4
NUM_WIRES int true 2
PIN_WIRE int true 65535
SPEED_CLASS int true 191
描述
PACKAGE_PIN对象表示Xilinx设备包上的物理引脚
与设计的特定输入或输出相关联。将I/O端口分配给
package_pin是《Vivado Design Suite用户指南:I/O和时钟规划》的主题
(UG899)[参考文献17]。
可以通过PACKAGE_PIN将PACKAGE_PIN对象分配给PORT对象
所有物
相关对象
PACKAGE_PIN对象与设计网表中的PORT对象以及SITE相关联,
目标设备上的BEL或IO_BANK对象。此外,PACKAGE_PIN对象是
BYTEGROUP和PKGPIN_ NIBBLE对象关联。PACKAGE_PIN可以
通过使用以下Tcl命令进行查询:
get_package_pins
或者,通过与关联的对象:
get_package_pins-第个,共个[get_ports]
您还可以获得端口、站点、slr、io_bank、io_standard、pkgpin_bytegroup、phkgpin_nibble
与指定的package_pin关联:
get_port-属于[get_package_pins AG17]
提示:在这种情况下,还可以通过查看PACKAGE_PIN属性来找到端口:
get_ports-筛选器{PACKAGE_PIN==AG17}
属性
在package_pin对象上找到的属性如下,其中包含示例值:
Property Type Read-only Visible Value
BANK string true true 44
BUFIO_2_REGION string true true BL
CLASS string true true package_pin
DIFF_PAIR_PIN string true true AE21
IS_BONDED bool true true 1
IS_DIFFERENTIAL bool true true 1
IS_GENERAL_PURPOSE bool true true 1
IS_GLOBAL_CLK bool true true 0
IS_LOW_CAP bool true true 0
IS_MASTER bool true true 1
IS_VREF bool true true 0
IS_VRN bool true true 0
IS_VRP bool true true 0
MAX_DELAY int true true 72405
MIN_DELAY int true true 71685
NAME string true true AD21
PIN_FUNC enum true true IO_L1P_T0L_N0_DBC_44
PIN_FUNC_COUNT int true true 1
The properties of package_pin objects can be listed with the following command:
report_property -all [lindex [get_package_pins] 0]

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com