vivado HW_SIO_PLL

HW_SIO_PLL
描述
对于具有千兆位收发器(GT)的Xilinx FPGA设备,每个串行收发器通道
具有称为信道PLL(CPLL)的环形锁相环(PLL)。对于Xilinx UltraScale和7
系列FPGA,GTX每四路有一个额外的共享PLL,或四路PLL(QPLL)。此QPLL
是一种共享的LC PLL,支持高速、高性能和低功率多通道
应用。
相关对象
HW_SIO_PLL对象与HW_server、HW_target、HW_device、HW_SIO_ibert、,
_ so_ gt或hw_ so_ common对象。
您可以查询关联对象的PLL:
get_hw_sio_plls-of[get_hw_sio_commons]
您可以查询与PLL相关联的对象:
get_hw_sio_iberts-of[get_hw_sio_plls*MGT_X0Y8/CPLL_0]
属性
可以使用report_property命令报告指定给的特性
SIO_ PLL。请参阅Vivado Design Suite Tcl命令参考指南
(UG835)[参考文献13]了解更多信息。分配给的共享QPLL类型的属性
HW_SIO_PLL对象包含以下示例值:

Property Type Read-only Visible Value
CLASS string true true hw_sio_pll
DISPLAY_NAME string true true COMMON_X0Y2/QPLL_0
DRP.QPLL_CFG string false true 06801C1
DRP.QPLL_CLKOUT_CFG string false true 0
DRP.QPLL_COARSE_FREQ_OVRD string false true 10
DRP.QPLL_COARSE_FREQ_OVRD_EN string false true 0
DRP.QPLL_CP string false true 01F
DRP.QPLL_CP_MONITOR_EN string false true 0
DRP.QPLL_DMONITOR_SEL string false true 0
DRP.QPLL_FBDIV string false true 0E0
DRP.QPLL_FBDIV_MONITOR_EN string false true 1
DRP.QPLL_FBDIV_RATIO string false true 1
DRP.QPLL_INIT_CFG string false true 000028
DRP.QPLL_LOCK_CFG string false true 21E8
DRP.QPLL_LOWER_BAND string false true 1
DRP.QPLL_LPF string false true F
DRP.QPLL_REFCLK_DIV string false true 10
LOGIC.QPLLRESET_CTRL string false true 0
LOGIC.QPLLRESET_STAT string false true 0
LOGIC.QPLL_LOCK string false true 0
NAME string true true
localhost/xilinx_tcf/Digilent/210203327463A/0_1/IBERT/Quad_117/COMMON_X0Y2/QPLL_0
PARENT string true true
localhost/xilinx_tcf/Digilent/210203327463A/0_1/IBERT/Quad_117/COMMON_X0Y2
PORT.QPLLDMONITOR string false true EC
PORT.QPLLFBCLKLOST string false true 0
PORT.QPLLLOCK string false true 1
PORT.QPLLLOCKEN string false true 1
PORT.QPLLOUTRESET string false true 0
PORT.QPLLPD string false true 0
PORT.QPLLREFCLKLOST string false true 0
PORT.QPLLREFCLKSEL string false true 1
PORT.QPLLRESET string false true 0
PORT.QPLLRSVD1 string false true 0000
PORT.QPLLRSVD2 string false true 1F
QPLLREFCLKSEL enum false true GTREFCLK0
QPLL_N_DIVIDER enum false true 64
QPLL_REFCLK_DIV enum false true 1
STATUS string false true LOCKED
To report the properties of the HW_SIO_PLL object, you can copy and paste the following
command into the Vivado Design Suite Tcl shell or Tcl Console:
report_property -all [lindex [get_hw_sio_plls] 0]

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-06-14 04:04:01       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-06-14 04:04:01       100 阅读
  3. 在Django里面运行非项目文件

    2024-06-14 04:04:01       82 阅读
  4. Python语言-面向对象

    2024-06-14 04:04:01       91 阅读

热门阅读

  1. C++和Python相互调用(1)

    2024-06-14 04:04:01       27 阅读
  2. leetcode hot100 之 编辑距离

    2024-06-14 04:04:01       30 阅读
  3. 115. 素数筛选

    2024-06-14 04:04:01       38 阅读
  4. vue封装全局的防抖节流函数

    2024-06-14 04:04:01       32 阅读
  5. 用Python编写自动发送每日电子邮件报告的脚本

    2024-06-14 04:04:01       28 阅读
  6. SuntoryProgrammingContest2024(AtCoder Beginner Contest 357)

    2024-06-14 04:04:01       28 阅读
  7. trpc快速上手

    2024-06-14 04:04:01       29 阅读