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]

相关推荐

最近更新

  1. TCP协议是安全的吗?

    2024-06-17 23:00:03       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-06-17 23:00:03       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-06-17 23:00:03       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-06-17 23:00:03       18 阅读

热门阅读

  1. 【Linux】shell——传递参数

    2024-06-17 23:00:03       5 阅读
  2. 颍川黄姓的高光时刻

    2024-06-17 23:00:03       7 阅读
  3. 编译期间生成代码(Lombok原理)

    2024-06-17 23:00:03       9 阅读
  4. 一个C++版本的web服务器

    2024-06-17 23:00:03       7 阅读
  5. C++语法14 双分支结构 if…else语句和逻辑运算符

    2024-06-17 23:00:03       5 阅读
  6. Selenium WebDriver - 其它

    2024-06-17 23:00:03       8 阅读
  7. uthash使用指南

    2024-06-17 23:00:03       7 阅读
  8. 深度学习中的热力图

    2024-06-17 23:00:03       5 阅读
  9. selenium常见难点解决方案

    2024-06-17 23:00:03       5 阅读
  10. c++ 矩阵应用

    2024-06-17 23:00:03       5 阅读
  11. 前端开发之浏览器垃圾回收机制

    2024-06-17 23:00:03       4 阅读
  12. LeetCode 3186 最大施法伤害

    2024-06-17 23:00:03       8 阅读
  13. nginx脚本原理(复杂变量)详解

    2024-06-17 23:00:03       7 阅读
  14. c# 根据空格分割字符串

    2024-06-17 23:00:03       8 阅读
  15. 中介子方程二十二

    2024-06-17 23:00:03       4 阅读