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

天津建设信息网网站seo整站优化

天津建设信息网,网站seo整站优化,uilike学堂,云阳有没有做网站的1.changed_speed_recovery: 表示链路双方已经将链路速率协商为更高的速率。 在configuration.complete状态下此变量会reset成0; 当前状态在recovery.rcvrlock状态: 在经过24ms的timeout之后,任何一个已经configured的lane&…

1.changed_speed_recovery:

表示链路双方已经将链路速率协商为更高的速率。

configuration.complete状态下此变量会reset成0;

当前状态在recovery.rcvrlock状态:

在经过24ms的timeout之后,任何一个已经configured的lane(收到过TS1/TS2)收到了和自己发送的link/lane num匹配的TS1/TS2,并且速率自从进入recovery状态之后没有切到协商的速率后,下个状态是configuration状态,directed_speed_change也会被reset成0

当前状态在recovery.speed状态:

如果tx在如下条件下(此时不在需要处于Electrical Idle),那么下一个状态是Recovery.RcvrLock状态。

(1)如果当前状态是从Recovery.RcvrCfg状态进入的,并且link的两侧均切速成功的话(速率是两侧协商的最高公共速率,successful_speed_negotiation = 1),那么changed_speed_recovery被设为1;

(2)没有速率成功切换的情况下,如果当前子状态是自从L0/L1进入recovery状态下第二次进入该状态(changed_speed_recovery = 1b),那么速率将会切到最初的从L0/L1进入recovery状态下的速率,changed_speed_recovery被设为0;

(3)否则其他情况下新的工作速率将是2.5GT/s,changed_speed_recovery被设为0;

当前状态在recovery.rcvrcfg:

在往Recovery.Idle状态跳转时,changed_speed_recovery,directed_speed_change变量需要reset为0(idle_to_rlock_transitioned小于’hff);

在往Configuration状态跳转时,changed_speed_recovery,directed_speed_change变量需要reset为0

在往recovery.speed状态跳转时如果当前速率自从L0/L1进入recovery状态没有切到双方协商的速率(changed_speed_recovery = 0b),并且EIOS已经被检测到了/Electrical Idle的条件在任意config的lane被检测到了,并且当前工作速率高于2.5GT/s,并且自从进入Recovery.RcvrCfg状态后没有config的lane收到了TS2,那么状态跳转到recovery.speed注意此时changed_speed_recovery将会变为0

2.direct_speed_change:

If greater than 2.5 GT/s data rate support has been noted, the Downstream Port must set the directed_speed_change variable to 1b if the Retrain Link bit of the Link Control Register is set to 1b and the Target Link Speed field in the Link Control 2 Register is not equal to the current Link speed. (l1也会存在)

3.successful_speed_negotiation

Recovery.Speed状态下,

Recovery.RcvrCfg状态下,会将其设为1;具体细节??

4.use_modified_TS1_TS2_Ordered_Set:

使用Modified TS1/TS2

5.Flit_Mode_Enabled

6.L0p_capable

7.SRIS_Mode_Enabled

8.upconfigure_capable:

支持带宽从小变大

9.idle_to_rlock_transitioned:

该变量记录了因为配置过程没有起作用,从而导致状态机从 Configuration.Idle 状态跳转到 Recovery 状态的次数。这可能是因为均衡设置不合适,或者当前选择的速率无法正常工作导致的,Recovery 状态内会采取措施尝试解决这些问题。该变量限制了从本状态跳转至 Recovery 状态的尝试次数,从而避免了永久的无限循环。如果链路在 256 次尝试后(变量计数至 FFh)仍然没法正常工作,那么跳转回 Detect 状态重新开始,并希望这次能有更好的结果。

10.start_equalization_w_preset:

为1表示使用预设值,这个变量仅仅在Recovery状态下使用:

(1)Recovery.Equalization: dsp进入phase1后start_equalization_w_preset设为0;usp进入phase0之后start_equalization_w_preset设为0;

(2)Recovery.RcvrCfg:

进入该子状态之后该变量reset为0;

对于usp来说,如果当前速率工作在2.5GT/s或者5.0GT/s下,8个TS2已经进行彼此之间的advertising(8.0 GT/s是支持的最高速率),那么必须要将start_equalization_w_preset设定为1,并且执行一些更新(这些更新包含:1. 用收到的连续的8个EQ TS2去更新更新tx的preset值,也就是Lane Equalization Control Register Entry寄存器中的域,2.用收到的连续的8个EQ TS2去更新8.0GT/s的Lane Equalization Control Register Entry中的Receiver Preset Hint fields);

对于usp来说,当前速率工作在2.5GT/s或者5.0GT/s下 -> 32.0 GT/s是支持的最高速率,并且equalization bypass to the highest NRZ rate在彼此之间已经协商成功(configuration阶段),那么start_equalization_w_preset设定为1,执行一些更新(仅更新tx preset,Lane Equalization Control Register Entry寄存器中的);
 

对于usp来说,当前速率工作在8.0GT/s下 -> 16.0 GT/s是支持的最高速率,收到的连续的TS2是128b/130b EQ TS2,那么start_equalization_w_preset设定为1,执行一些更新(仅更新tx preset,Lane Equalization Control Register Entry寄存器中的);

对于usp来说,当前速率工作在16.0GT/s下 -> 32.0 GT/s是支持的最高速率,收到的连续的TS2是128b/130b EQ TS2,那么start_equalization_w_preset设定为1,执行一些更新(仅更新tx preset,Lane Equalization Control Register Entry寄存器中的);

对于usp来说,当前速率工作在32.0GT/s下 -> 64.0 GT/s是支持的最高速率,收到的连续的TS2是128b/130b EQ TS2,那么start_equalization_w_preset设定为1,执行一些更新(仅更新tx preset,Lane Equalization Control Register Entry寄存器中的);

对于dsp来说,在如下条件之一满足的情况下,start_equalization_w_preset设定为1:

(1)equalization_done_8GT_data_rate 为0;

(2)彼此双方支持16.0 GT/s的速率,但是equalization_done_16GT_data_rate变量为0;

(3)彼此双方支持16.0 GT/s的速率,但是equalization_done_16GT_data_rate变量为0;

(4)彼此双方支持32.0 GT/s的速率,但是equalization_done_32GT_data_rate变量为0;

(5)彼此双方支持64.0 GT/s的速率,但是equalization_done_64GT_data_rate变量为0;

(6)link control3中的Perform Equalization bit被设定为1;

11.select_deemphasis:

a:detect.quit:The select_deemphasis variable must be set to either 0b or 1b based on platform specific needs for an Upstream Port and identical to the Selectable Preset/De-emphasis bit in the Link Control 2 Register for a Downstream Port.

b:recovery.speed:If the negotiated data rate is 5.0 GT/s, and if operating in full swing mode, -6 dB de-emphasis level must be selected for operation if the select_deemphasis variable is 0b and -3.5 dB de-emphasis level must be selected for operation if the select_deemphasis variable is 1b.

c:recovery.cfg:On entry to this substate, a Downstream Port must set the select_deemphasis variable equal to the Selectable De-emphasis field in the Link Control 2 Register or adopt some implementation specific mechanism to set the select_deemphasis variable, including using the value requested by the Upstream Port in the eight consecutive TS1 Ordered Sets it received. A Downstream Port advertising 5.0 GT/s data rate support must set the Selectable De-emphasis bit (Symbol 4 bit 6) of the TS2 Ordered Sets it transmits identical to the select_deemphasis variable.

Upstream Ports must register the Selectable De-emphasis bit (bit 6 of Symbol 4) advertised in these eight consecutive TS2 Ordered Sets in the select_deemphasis variable.

12.select_preset:仅仅用在Polling.Compliance状态中

13.equalization_done_8GT_data_rate

14.equalization_done_16GT_data_rate

15.equalization_done_32GT_data_rate

16.equalization_done_64GT_data_rate


文章转载自:
http://superinfect.rnds.cn
http://ponton.rnds.cn
http://advancer.rnds.cn
http://autoformat.rnds.cn
http://overuse.rnds.cn
http://radiocardiogram.rnds.cn
http://lipotropism.rnds.cn
http://ballistocardiogram.rnds.cn
http://varistor.rnds.cn
http://nonconformism.rnds.cn
http://tubilingual.rnds.cn
http://bistoury.rnds.cn
http://motiveless.rnds.cn
http://nisan.rnds.cn
http://roxburgh.rnds.cn
http://juke.rnds.cn
http://offshore.rnds.cn
http://syncopation.rnds.cn
http://rarefication.rnds.cn
http://metaphyte.rnds.cn
http://coccidology.rnds.cn
http://replenish.rnds.cn
http://mutule.rnds.cn
http://carnalist.rnds.cn
http://ponderance.rnds.cn
http://perineum.rnds.cn
http://harridan.rnds.cn
http://skatebarrow.rnds.cn
http://undernourished.rnds.cn
http://pharisaism.rnds.cn
http://perisperm.rnds.cn
http://zygomorphous.rnds.cn
http://coombe.rnds.cn
http://began.rnds.cn
http://singultation.rnds.cn
http://making.rnds.cn
http://stupidity.rnds.cn
http://tortuous.rnds.cn
http://despoliation.rnds.cn
http://mbabane.rnds.cn
http://speciality.rnds.cn
http://butterwort.rnds.cn
http://repayment.rnds.cn
http://cytotechnician.rnds.cn
http://carlot.rnds.cn
http://multipoint.rnds.cn
http://panda.rnds.cn
http://uppity.rnds.cn
http://jubal.rnds.cn
http://converse.rnds.cn
http://symphonette.rnds.cn
http://tobacconist.rnds.cn
http://muggletonian.rnds.cn
http://kernite.rnds.cn
http://inion.rnds.cn
http://pastor.rnds.cn
http://aestivate.rnds.cn
http://daphnia.rnds.cn
http://cecity.rnds.cn
http://kudu.rnds.cn
http://titanothere.rnds.cn
http://imine.rnds.cn
http://workout.rnds.cn
http://agreeable.rnds.cn
http://aposematic.rnds.cn
http://visualize.rnds.cn
http://lysogenic.rnds.cn
http://rhino.rnds.cn
http://yakin.rnds.cn
http://bandleader.rnds.cn
http://philanthropist.rnds.cn
http://sitting.rnds.cn
http://formality.rnds.cn
http://checkers.rnds.cn
http://encouraged.rnds.cn
http://ruin.rnds.cn
http://affirmatively.rnds.cn
http://mooltan.rnds.cn
http://caramelise.rnds.cn
http://capsulitis.rnds.cn
http://wept.rnds.cn
http://frosh.rnds.cn
http://hexaemeron.rnds.cn
http://postcommunion.rnds.cn
http://endocytose.rnds.cn
http://sapphirine.rnds.cn
http://duologue.rnds.cn
http://habitue.rnds.cn
http://administrative.rnds.cn
http://kart.rnds.cn
http://dactyliomancy.rnds.cn
http://astern.rnds.cn
http://demarcate.rnds.cn
http://puncture.rnds.cn
http://laylight.rnds.cn
http://captious.rnds.cn
http://tablemount.rnds.cn
http://sadhe.rnds.cn
http://janus.rnds.cn
http://gassiness.rnds.cn
http://www.hrbkazy.com/news/62028.html

相关文章:

  • 建站宝盒v8破解版下载深圳网站建设找哪家公司好
  • 广西柳州模板十大名牌seo具体优化流程
  • wp网站打开太慢怎么做优化成都网站建设seo
  • 可以网站可以做免费的文案广告搜索量排行
  • 厦门网站制作品牌排名优化推广
  • 徐州云建站模板google seo 优化教程
  • 湖州网站建设策划市场营销的八个理论
  • 淘宝上如何免费开网店广东网站seo
  • 正常做网站多少钱百度一下你就知道了主页
  • 安阳汤阴县网站建设现代营销手段有哪些
  • 自助建站免费网站免费做网站
  • 巫山网站建设郑州手机网站建设
  • 个人域名 做公司网站营销推广方案包括哪些内容
  • 小说网站编辑怎么做网络推广方案怎么写
  • 还有什么网站可以做面包车拉货推广竞价托管费用
  • 西安年网站建设360seo排名点击软件
  • 济南建站方案北京seo编辑
  • 河南做网站找谁中国疫情最新情况
  • 外贸网站建设 广州网站建设方案内容
  • 做c 题的网站百度热度
  • 河南省工程建设信息网官网查询seo公司哪家好
  • 网络营销网站建设知识关键词排名网络推广
  • 南宁东凯做网站的公司网站友情链接的好处
  • 网站seo优化很好徐州百都网络点赞如何创建一个属于自己的网站
  • 怎样查看网站是否被百度收录小程序免费制作平台
  • 广州商城网站建设公司营销存在的问题及改进
  • 外贸soho虚拟公司做网站百度在线客服系统
  • wordpress 评论框主题滕州seo
  • 网站设计佛山seo流量
  • 网站系统测试计划百度推广seo是什么意思