做网站公司上班违法吗,适合个人公众号的名字,wordpress大菜单,本地wordpress 上传节点是Xilinx部件上用于路由连接或网络的设备对象。它是一个 WIRE集合#xff0c;跨越多个瓦片#xff0c;物理和电气 连接在一起。节点可以连接到单个SITE_#xff0c; 而是简单地将NETs携带进、携带出或携带穿过站点。节点可以连接到 任何数量的PIP#xff0c;并且也可以…
节点是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-filterIS_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_PINAG17 属性 在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]