91欧美超碰AV自拍|国产成年人性爱视频免费看|亚洲 日韩 欧美一厂二区入|人人看人人爽人人操aV|丝袜美腿视频一区二区在线看|人人操人人爽人人爱|婷婷五月天超碰|97色色欧美亚州A√|另类A√无码精品一级av|欧美特级日韩特级

0
  • 聊天消息
  • 系統(tǒng)消息
  • 評論與回復(fù)
登錄后你可以
  • 下載海量資料
  • 學(xué)習(xí)在線課程
  • 觀看技術(shù)視頻
  • 寫文章/發(fā)帖/加入社區(qū)
會員中心
創(chuàng)作中心

完善資料讓更多小伙伴認(rèn)識你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示

深度解析Xilinx FPGA的GTx的參考時鐘

454398 ? 來源:硬件助手 ? 作者:硬件助手 ? 2020-11-14 11:39 ? 次閱讀
加入交流群
微信小助手二維碼

掃碼添加小助手

加入工程師交流群

本文主要介紹Xilinx FPGA的GTx的參考時鐘。下面就從參考時鐘的模式、參考時鐘的選擇等方面進(jìn)行介紹。

參考時鐘的模式

參考時鐘可以配置為輸入模式也可以是輸出模式,但是在運(yùn)行期間不能切換。作為輸入時,用于驅(qū)動Quad 或者channel PLLs,作為輸出時,可以來自于同一個Quad中的任意一個channel。7系列的GTx只能作為輸入,而Ultra和Ultra+系列的還可以作為輸出。

作為輸入模式時,7系列和Ultra是通過50Ω連接到4/5MGTAVCC上,Ultra+是通過50Ω連接到MGTAVCC上。后端根據(jù)不同系列器件給到不同IBUFDS_GTE。

FPGA系列之“GTx的參考時鐘”?


作為輸出模式時,可以配置為從OBUFDS_GTE3/4或者OBUFDS_GTE3/4_ADV輸出,UseOBUFDS_GTE3/4 when the RXRECCLKOUT is always derived from the same channel. UseOBUFDS_GTE3/4_ADV if the channel providing RXRECCLKOUT can change duringruntime.

參考時鐘的選擇

The GTP transceivers in 7 series FPGAs providedifferent reference clock input options. Clock selection and availabilitydiffers slightly from 7 series GTX/GTH transceivers in that reference clockrouting is east and west bound rather than north and south bound. 只能復(fù)用鄰近的Quad的相同半部分(一個Quad分為兩半部分)(the reference clock supplied to the PLLs in a given Quad can also besourced from the adjacent Quad in the same half of the device. A Quad locatedin the top half of the device can share its two local reference clocks with theother Quad located in the top half. Similarly, a Quad located in the bottomhalf of the device can share its two reference clocks with the other Quadlocated in the bottom half.)

The GTX/GTH transceivers in 7 series FPGAs providedifferent reference clock input options. Clock selection and availability issimilar to the Virtex-6 FPGA GTX/GTH transceivers, but the reference clockselection architecture supports both the LC tank (or QPLL) and ring oscillator(or CPLL) based PLLs. 可以復(fù)用鄰近上下兩個Quad(the reference clock for a Quad (Q(n)) can also be sourced from theQuad below (Q(n–1)) via GTNORTHREFCLK or from the Quad above (Q(n+1)) viaGTSOUTHREFCLK. For devices that support stacked silicon interconnect (SSI)technology, the reference clock sharing via GTNORTHREFCLK and GTSOUTREFCLKports is limited within its own super logic region (SLR).)

The GTH transceivers in UltraScale devices providedifferent reference clock input options. Clock selection and availability issimilar to the 7 series FPGAs GTX/GTH transceivers, but the reference clockselection architecture supports two LC tanks (or QPLL) and one ring oscillator(or CPLL) based PLLs. 可以復(fù)用鄰近的上下各兩個Quad(the reference clock for a Quad (Q(n)) can also be sourced from up totwo Quads below (Q(n–1) or Q(n-2)) via GTNORTHREFCLK or from up to two Quadsabove (Q(n+1) or Q(n+2)) via GTSOUTHREFCLK.

For devices that support stacked siliconinterconnect (SSI) technology, the reference clock sharing via GTNORTHREFCLKand GTSOUTREFCLK ports is limited within its own super logic region (SLR).)

he GTY transceivers in UltraScale devices providedifferent reference clock input options. Clock selection and availability issimilar to the 7 series FPGAs GTX/GTH transceivers, but the reference clockselection architecture supports two LC tanks (or QPLL) and one ring oscillator(or CPLL) based PLLs. 可以復(fù)用鄰近的上下各兩個Quad.

對應(yīng)的時鐘源有如下區(qū)分:

① GTP對應(yīng)的Each GTPE2_COMMON in a Quad hasfour clock inputs available:

- Two local referenceclock pin pairs, GTREFCLK0 or GTREFCLK1

- Two reference clock pinpairs from the other Quad situated in the same half of the device

② 7系列的GTX/GTH對應(yīng)的Each GTX/GTH transceiver channel ina Quad has six clock inputs available:

- Two local referenceclock pin pairs, GTREFCLK0 or GTREFCLK1

- Two reference clock pinpairs from the Quads above, GTSOUTHREFCLK0 or GTSOUTHREFCLK1

- Two reference clocks pinpairs from the Quads below, GTNORTHREFCLK0 or GTNORTHREFCLK1

③ Ultra和Ultra+系列的GTx對應(yīng)的transceiver channel in a Quad hassix clock inputs available:

- Two local referenceclock pin pairs, GTREFCLK0 or GTREFCLK1

- Two reference clock pinpairs from the Quads above, GTSOUTHREFCLK0 or GTSOUTHREFCLK1

- Two reference clocks pinpairs from the Quads below, GTNORTHREFCLK0 or GTNORTHREFCLK1

④ 針對Ultra和Ultra+系列的參考時鐘源不是10個的原因詳見UG576和UG578。

QPLL/CPLL

FPGA系列之“GTx的參考時鐘”?


QPLL的質(zhì)量比CPLL好,最好使用QPLL。

FPGA系列之“GTx的參考時鐘”?


FPGA系列之“GTx的參考時鐘”?


REFCLK

REFCLK的電平標(biāo)準(zhǔn)為LVDS或者LVPECL,都必須有AC耦合電容,電容的作用如下:

① Blocking a DC current betweenthe oscillator and the GTY transceiver Quad dedicated clock input pins (which reduces the power consumptionof both parts as well).

② Common mode voltage independence.

③ The AC coupling capacitor formsa high-pass filterwith the on-chip termination that attenuates a wander of the reference clock.

當(dāng)輸入電平為LVPECL時,需進(jìn)行直流偏置,偏置電阻的值優(yōu)先滿足晶振的要求。

當(dāng)輸入電平為LVDS時,The nominal range is 250 mV–2000 mV and the nominal value is 1200mV.

FPGA系列之“GTx的參考時鐘”?


FPGA系列之“GTx的參考時鐘”?


FPGA系列之“GTx的參考時鐘”?


When multiple clock pins are used, an external buffer can be used to drive them from the same oscillator. 當(dāng)同一個quad使用了不用的時鐘輸入引腳時,可以使用外部時鐘buffer提供外同步時鐘!??!

編輯:hfy


聲明:本文內(nèi)容及配圖由入駐作者撰寫或者入駐合作網(wǎng)站授權(quán)轉(zhuǎn)載。文章觀點僅代表作者本人,不代表電子發(fā)燒友網(wǎng)立場。文章及其配圖僅供工程師學(xué)習(xí)之用,如有內(nèi)容侵權(quán)或者其他違規(guī)問題,請聯(lián)系本站處理。 舉報投訴
  • FPGA
    +關(guān)注

    關(guān)注

    1660

    文章

    22410

    瀏覽量

    636254
  • Xilinx
    +關(guān)注

    關(guān)注

    73

    文章

    2200

    瀏覽量

    131125
  • GTX
    GTX
    +關(guān)注

    關(guān)注

    0

    文章

    36

    瀏覽量

    11449
  • 參考時鐘
    +關(guān)注

    關(guān)注

    0

    文章

    7

    瀏覽量

    3155
收藏 人收藏
加入交流群
微信小助手二維碼

掃碼添加小助手

加入工程師交流群

    評論

    相關(guān)推薦
    熱點推薦

    基于XILINX Vivado平臺的GTX收發(fā)器的開發(fā)

    此選項根據(jù)你所用的FPGA型號確定GT類型,我所用的是7k325t系列,故GT類型為GTX
    的頭像 發(fā)表于 03-03 14:46 ?3457次閱讀
    基于<b class='flag-5'>XILINX</b> Vivado平臺的<b class='flag-5'>GTX</b>收發(fā)器的開發(fā)

    Xilinx FPGA中IDELAYCTRL參考時鐘控制模塊的使用

    IDELAYCTRL 是 Xilinx FPGA(特別是支持高速 I/O 的系列,如 Virtex-5/6/7、Kintex-7、Artix-7、Spartan-6/7 等)中用于管理和校準(zhǔn)輸入延遲模塊(IDELAYE2/IDELAYE3)的必須存在的參考
    的頭像 發(fā)表于 02-26 14:41 ?2523次閱讀

    CDC2516:高性能鎖相環(huán)時鐘驅(qū)動器的深度解析

    CDC2516:高性能鎖相環(huán)時鐘驅(qū)動器的深度解析 在電子設(shè)計領(lǐng)域,時鐘驅(qū)動器是確保系統(tǒng)穩(wěn)定運(yùn)行的關(guān)鍵組件之一。今天,我們就來詳細(xì)探討一款高性能的鎖相環(huán)
    的頭像 發(fā)表于 02-10 14:50 ?119次閱讀

    CDCVF25081:高性能鎖相環(huán)時鐘驅(qū)動器深度解析

    CDCVF25081:高性能鎖相環(huán)時鐘驅(qū)動器深度解析 引言 在電子設(shè)計領(lǐng)域,時鐘驅(qū)動器起著至關(guān)重要的作用,它直接影響著系統(tǒng)的穩(wěn)定性和性能。今天我們要深入探討的是德州儀器(TI)的CDC
    的頭像 發(fā)表于 02-10 14:20 ?123次閱讀

    CDCM7005:高性能時鐘同步器與抖動清理器的深度解析

    CDCM7005:高性能時鐘同步器與抖動清理器的深度解析 在電子設(shè)計領(lǐng)域,時鐘同步器和抖動清理器扮演著至關(guān)重要的角色,它們能夠確保系統(tǒng)中時鐘
    的頭像 發(fā)表于 02-10 11:15 ?140次閱讀

    CDCE949和CDCEL949:靈活低功耗LVCMOS時鐘發(fā)生器深度解析

    CDCE949和CDCEL949:靈活低功耗LVCMOS時鐘發(fā)生器深度解析 在電子設(shè)備中,時鐘發(fā)生器就像是設(shè)備的“心臟”,為整個系統(tǒng)提供穩(wěn)定而精確的
    的頭像 發(fā)表于 02-09 17:25 ?438次閱讀

    深度解析LMK00306:3 - GHz 6輸出超低附加抖動差分時鐘緩沖器

    深度解析LMK00306:3 - GHz 6輸出超低附加抖動差分時鐘緩沖器 大家好,今天來深入解析一款高性能的時鐘緩沖器——LMK00306
    的頭像 發(fā)表于 02-09 10:55 ?98次閱讀

    高速時鐘分配新利器——LMK1D1208P LVDS緩沖器深度解析

    高速時鐘分配新利器——LMK1D1208P LVDS緩沖器深度解析 在電子系統(tǒng)設(shè)計中,時鐘信號的精確分配至關(guān)重要,它直接影響著系統(tǒng)的性能和穩(wěn)定性。特別是在高速通信、醫(yī)療成像等領(lǐng)域,對
    的頭像 發(fā)表于 02-06 17:10 ?879次閱讀

    Xilinx FPGA串行通信協(xié)議介紹

    Xilinx FPGA因其高性能和低延遲,常用于串行通信接口設(shè)計。本文深入分析了Aurora、PCI Express和Serial RapidIO這三種在Xilinx系統(tǒng)設(shè)計中關(guān)鍵的串行通信協(xié)議。介紹了它們的特性、優(yōu)勢和應(yīng)用場景
    的頭像 發(fā)表于 11-14 15:02 ?2533次閱讀
    <b class='flag-5'>Xilinx</b> <b class='flag-5'>FPGA</b>串行通信協(xié)議介紹

    E203工程源碼時鐘解析

    我們使用的是芯來科技提供的hbirdv2_E203軟核以及芯來科技MCU200T開發(fā)板,板上的FPGA芯片是XILINX的XC7A200T-FBG484。 通過分析頂層模塊MCU200T
    發(fā)表于 10-29 07:25

    XILINX XCZU67DR FPGA完整原理圖

    電子發(fā)燒友網(wǎng)站提供《XILINX XCZU67DR FPGA完整原理圖.pdf》資料免費(fèi)下載
    發(fā)表于 05-30 15:29 ?26次下載

    Nginx核心功能深度解析

    Nginx核心功能深度解析
    的頭像 發(fā)表于 05-09 10:50 ?873次閱讀

    gtx是光纖嗎

    ”,主要面向高端游戲玩家和追求高性能的用戶。GTX顯卡支持最新的圖形處理技術(shù),如DirectX 12、HDR等,能夠為玩家?guī)砹鲿车挠螒蝮w驗和高品質(zhì)的圖像效果。 GTX在高速收發(fā)器領(lǐng)域的定義: 在FPGA(現(xiàn)場可編程門陣列)等高
    的頭像 發(fā)表于 05-08 10:37 ?1782次閱讀

    Xilinx Ultrascale系列FPGA時鐘資源與架構(gòu)解析

    Ultrascale是賽靈思開發(fā)的支持包含步進(jìn)功能的增強(qiáng)型FPGA架構(gòu),相比7系列的28nm工藝,Ultrascale采用20nm的工藝,主要有2個系列:Kintex和Virtex
    的頭像 發(fā)表于 04-24 11:29 ?2604次閱讀
    <b class='flag-5'>Xilinx</b> Ultrascale系列<b class='flag-5'>FPGA</b>的<b class='flag-5'>時鐘</b>資源與架構(gòu)<b class='flag-5'>解析</b>

    詳解Xilinx的10G PCS PMA IP

    如果要在XilinxFPGA上使用萬兆以太網(wǎng)通信,大致有三種方法構(gòu)建協(xié)議棧。第一種使用GTX等Serdes作為底層的PHY,上層通過HDL實現(xiàn)構(gòu)建MAC和IP層,這種方式難度會比較大,底層需要完成PHY層的設(shè)計,最終我想通過這
    的頭像 發(fā)表于 04-18 15:16 ?1978次閱讀
    詳解<b class='flag-5'>Xilinx</b>的10G PCS PMA IP