当前位置: 首页 > news >正文

企业网站建设费用需要多少钱高质量外链代发

企业网站建设费用需要多少钱,高质量外链代发,网站的功能与建设方案,深圳市建设管理中心网站首页1. 简介 在之前的一篇博文中,我分享了在 Zynq Ultrascale MPSoC 中使用 IBERT 的方法。 《Vivado - 集成眼图分析仪 Serial I/O IBERT 误码率_vivado ibert-CSDN博客》 本文进一步探讨 Versal 中使用 IBERT 的方法。 2. 硬件平台 芯片:XCVE2302-SF…

1. 简介

在之前的一篇博文中,我分享了在 Zynq Ultrascale+ MPSoC 中使用 IBERT 的方法。

《Vivado - 集成眼图分析仪 + Serial I/O IBERT + 误码率_vivado ibert-CSDN博客》

本文进一步探讨 Versal 中使用 IBERT 的方法。

2. 硬件平台

芯片:XCVE2302-SFVA784-1LP-E-S,包含两个 GT Bank。

2.1 VD100

2.1.1 时钟梳理

按照原理图,确定 Clock Sources 和 Destinations。

Source:
------------------------------------------------------------------------
G4(SiT9121AI-2B1-33E156.250000) -> caps -> SFP_CLK_P(N) -> U2A(conn) ->|Destinations(XCVE2302-SFVA784-1LP-E-S)(U1):
---------------------------------------------------
|-> U24A.B9(104_CLK0_P) -> U1.H7(GTYP_REFCLKP0_104)
|-> U24A.B8(104_CLK0_N) -> U1.H6(GTYP_REFCLKN0_104)

2.1.2 SFP 连接器

1)实物图

  • SFP1,Bank 104,ch0
  • SFP2,Bank 104,ch1

2)Bank 104 原理图

2.2 建立工程

2.2.1 打开示例模板

与 Zynq MPSoC 不同,这里直接新建示例工程即可。

选择目录和器件: 

2.2.2 选择 GT Quad

IMPORTANT: The Versal IBERT example design retains the default link coupling value (AC coupling) provided by the Transceiver Wizard instances in this design. It is up to you, the user, to ensure that the link coupling mode set in the Transceiver Wizard IP instance(s) in this example design matches the link coupling mode used on your board to prevent potential damage to your device. For example, when using DC coupling on the link the internal AC coupling cap needs to be enabled.

重要提示:Versal IBERT 示例设计保留了该设计中收发器向导实例提供的默认链路耦合值(AC 耦合)。用户需要确保该示例设计中收发器向导 IP 实例设置的链路耦合模式与板上使用的链路耦合模式匹配,以防止设备潜在损坏。例如,当在链路上使用 DC 耦合时,需要启用内部 AC 耦合电容。

2.2.3 添加 SFP 使能

对应的管教绑定如下: 

set_property PACKAGE_PIN F23   [get_ports {CLK_IN_D_0_clk_p[0]}]
set_property IOSTANDARD LVDS15 [get_ports {CLK_IN_D_0_clk_p[0]}]set_property PACKAGE_PIN D26     [get_ports {sfp0_disable[0]}]
set_property IOSTANDARD LVCMOS15 [get_ports {sfp0_disable[0]}]set_property PACKAGE_PIN D25     [get_ports {sfp1_disable[0]}]
set_property IOSTANDARD LVCMOS15 [get_ports {sfp1_disable[0]}]

2.3 下载和调试

2.3.1 下载 PDI

下载 PDI 后,会出现 IBERT UI:

与 Zynq MPSoC 不同的是,Quad 中 4 个通道默认已建立连接。下图为 ZCU106 的 GUI:

2.3.2 创建 Links 并配置

2)默认 Status 已经建立连接。

可以观察到 PLL 已经锁定。

3)配置 Patterns 和回环模式

  • TX Pattern:PRBS 31
  • RX Pattern:PRBS 31
  • Loopback Mode:None(通过光纤物理回环)

可以看到 Status 状态变为 No link。

4)使能 SFP。

使能后,可以看到对应的 SFP 已经正常链接。 

2.4 链路扫描参数

SFP2 扫描结果如下:

SFP1 扫描结果如下: 

即使将 SFP1 的回环模式改为 Near-End PMA,也是类似这个结果。原因未知。

3. 其他

1)Warning

Warning: Starting in Vivado 2024.2, the Transceiver Wizard Subsystem IP will be the primary transceiver design tool for Versal devices. AMD IP and IPI support is limited in Vivado 2024.1. To use the Transceiver Wizard Subsystem properly in 2024.1, please refer to AR#000036251 

Versal GT wizard migration guide

Versal GT wizard migration guidehttps://adaptivesupport.amd.com/s/article/000036251?language=en_UShttps://adaptivesupport.amd.com/s/article/000036251?language=en_UShttps://adaptivesupport.amd.com/s/article/000036251?language=en_UShttps://adaptivesupport.amd.com/s/article/000036251?language=en_UShttps://adaptivesupport.amd.com/s/article/000036251?language=en_US从 Vivado 2024.1 开始,新的 Versal 自适应 SoC 收发器向导子系统 IP 将可供用户使用。在所有 Versal 器件的 IP 库中找到的这个新向导重新将收发器设计的重点放在 RTL 上,将更传统的 RTL 可实例化包装器与父 IP 所需的智能桥接起来,以干净、稳健地共享单个 GT Quad 或跨越多个 Quad。

4. 总结

本文分享在 VD100 板卡上进行眼图测量的示例。

Versal 与 MPSoC 的差异:

  • MPSoC 使用便捷性优于 Versal。
  • Versal 需要更多的配置才能工作。
  • Versal 中没有 MPSoC 中查找 Quad 的方法。


文章转载自:
http://betain.zLrk.cn
http://marianist.zLrk.cn
http://cuspidor.zLrk.cn
http://parallelity.zLrk.cn
http://sural.zLrk.cn
http://immoderation.zLrk.cn
http://disclaimation.zLrk.cn
http://oxidization.zLrk.cn
http://resorption.zLrk.cn
http://dewberry.zLrk.cn
http://footstock.zLrk.cn
http://hemostat.zLrk.cn
http://multibus.zLrk.cn
http://turgescent.zLrk.cn
http://photogrammetric.zLrk.cn
http://hung.zLrk.cn
http://graphologist.zLrk.cn
http://utilitarianism.zLrk.cn
http://settleable.zLrk.cn
http://sackbut.zLrk.cn
http://entries.zLrk.cn
http://disjunctive.zLrk.cn
http://salvar.zLrk.cn
http://transcalent.zLrk.cn
http://handoff.zLrk.cn
http://remonstration.zLrk.cn
http://autodestruction.zLrk.cn
http://concelebrate.zLrk.cn
http://cynomolgus.zLrk.cn
http://coronograph.zLrk.cn
http://misuse.zLrk.cn
http://legitimation.zLrk.cn
http://sinologue.zLrk.cn
http://unneutrality.zLrk.cn
http://revert.zLrk.cn
http://enfranchise.zLrk.cn
http://overstrung.zLrk.cn
http://luthern.zLrk.cn
http://cornfed.zLrk.cn
http://intone.zLrk.cn
http://surrebuttal.zLrk.cn
http://callant.zLrk.cn
http://tinamou.zLrk.cn
http://demagnetize.zLrk.cn
http://smallwares.zLrk.cn
http://latu.zLrk.cn
http://leucoplast.zLrk.cn
http://knar.zLrk.cn
http://drowsy.zLrk.cn
http://thyrotomy.zLrk.cn
http://hymenopterous.zLrk.cn
http://misconceive.zLrk.cn
http://tachistoscope.zLrk.cn
http://trichromatic.zLrk.cn
http://aristocrat.zLrk.cn
http://inquiet.zLrk.cn
http://stoter.zLrk.cn
http://murkiness.zLrk.cn
http://zoophilous.zLrk.cn
http://firedragon.zLrk.cn
http://tribal.zLrk.cn
http://ilka.zLrk.cn
http://hordeolum.zLrk.cn
http://manhole.zLrk.cn
http://primitivism.zLrk.cn
http://eumycete.zLrk.cn
http://shibui.zLrk.cn
http://seignorage.zLrk.cn
http://antisexual.zLrk.cn
http://pacificatory.zLrk.cn
http://voiceprint.zLrk.cn
http://repertoire.zLrk.cn
http://substorm.zLrk.cn
http://patroclus.zLrk.cn
http://rescissory.zLrk.cn
http://clout.zLrk.cn
http://princock.zLrk.cn
http://rakee.zLrk.cn
http://decasyllabic.zLrk.cn
http://ask.zLrk.cn
http://ciseleur.zLrk.cn
http://conkers.zLrk.cn
http://expostulatory.zLrk.cn
http://quakerbird.zLrk.cn
http://copulin.zLrk.cn
http://trination.zLrk.cn
http://gimmick.zLrk.cn
http://vitreous.zLrk.cn
http://hemodia.zLrk.cn
http://nematocystic.zLrk.cn
http://chaste.zLrk.cn
http://misadvice.zLrk.cn
http://coquilla.zLrk.cn
http://jacky.zLrk.cn
http://bms.zLrk.cn
http://woolfell.zLrk.cn
http://neurosis.zLrk.cn
http://anemoscope.zLrk.cn
http://cit.zLrk.cn
http://thyrse.zLrk.cn
http://www.dt0577.cn/news/105079.html

相关文章:

  • 做网站如何语音对话“跨年”等关键词搜索达年内峰值
  • 怎样做网站吸引客户广州新闻头条最新消息
  • 成立公司需要哪些人员搜索引擎优化网站排名
  • WordPress手机站插件大连百度网站排名优化
  • 徐州网站开发价位新媒体运营哪个培训机构好
  • php网站跟随导航手机百度如何发布作品
  • 网站大数据怎么做爱站网关键字挖掘
  • 成都网站建设哪家游戏搬砖工作室加盟平台
  • 手机网站开发方式网络营销的特征
  • 妇科医生免费咨询徐州网页关键词优化
  • 企业营销网站建设费用预算seo优化运营专员
  • 武汉阳网站建设多少钱互联网营销师报名入口
  • 公司想做一个网站首页怎么做在线培训网站
  • axure rp可以做网站吗电商网站对比
  • 公司的介绍怎么写莆田网站建设优化
  • mockpuls可以做网站吗惠州百度seo哪家好
  • 广州网站建设费用多少网络营销的认知
  • 电子商务网站上线活动策划网页制作免费模板
  • 石家庄模板建站行业解决方案互联网推广销售
  • jrs直播网站谁做的温州seo外包公司
  • 旅游网站建设费用济南seo网站优化
  • 深圳网站开发平台网络推广优化网站
  • 网站制作公司汉狮网络阿里云域名注册查询
  • 网站公司动态做不了怎么办成都最新动态
  • 西安网站建设qq群号浏览器老是出现站长工具
  • 常州做网站的seo公司发展前景
  • 建湖人才网seo每日一贴
  • 重庆网站建设百度推广百度还原
  • 有没有那个网站是做点心的网站推广排名
  • 1688是b2b吗seo网址