完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
|
|
|
|
Allen Yin:谢谢你,DSP 4X的配置上没有问题的, lnk_trdy_n—Indicates 7 consecutive error free control symbols have been received and 15 consecutive symbols have been sent. The core is fully trained and can now transmit data. (Link Transmit Ready) lnk_trdy_n是核的输出信号,当都训练成4x时,唯独这个输出信号不对,所以dsp这边也初始化不了srio。 |
|
|
|
胡bbs1 发表于 2018-6-21 00:48 你最好咨询一下FPGA的厂商关于这个bit出现错误的可能性; 现阶段你可以测试4X的信号质量有没有问题,DSP的SERDES可以调整输出幅度,你可以将它调大一些。 |
|
|
|
hdfsf 发表于 2018-6-21 01:06 你好,能给我发一个c6678 srio 4x csl 的例子程序吗?非常感谢。 |
|
|
|
zhanghao
你好,我现在也在做dsp和fpga的srio通讯测试; 我想请问一下,你那边fpga的程序是直接使用的ip核吗,dsp那边那个no loop模式的程序是否需要更改? 因为我现在初始化之后,感觉fpga和dsp并没有建立连接。 |
|
|
|
楼主最后问题解决了吗?我现在遇到的问题和楼主差不多
|
|
|
|
|
|
|
|
hdfsf 发表于 2018-6-21 01:06 Allen: 你好!这里该怎么调整DSP serdes的输出幅度呢? |
|
|
|
额我没有调整过,我的问题解决了但并不是通过调整SerDes幅值。 至于怎么调整 我想应该是调整SERDES_CFGTXn_CNTL寄存器的SWING值。 |
|
|
|
你好,谢谢回复!我现在调试66AK2H14和K7之间的SRIO,用到的IP核是SRIOgen2 v3.1,相比于SRIOv5.6有较大修改。DSP这边的程序和Keystone1的相比变化不大。我将DSP作为从端,SRIO每一个链路都能够以5Gbps的速率运行。但是我调试4x的时候,DSP这边就一直报错如下:
Enable Exception handling... SRIO path configuration 4xLaneABCD Input port 0 next expected ackID value: 0x0 Output port 0 unacknowledged ackID: 0x0 Output port 0 next transmitted ackID value: 0x0 The output port 0 has encountered a degraded condition. The degraded port error threshold has been reached in the Port n Error Rate Threshold Register. The output port 0 has encountered (and possibly recovered from) a transmission error. This bit is set when bit 16 is set. The output port 0 is in the output error-stopped state. The input port 0 has encountered (and possibly recovered from) a transmission error. This bit is set when bit 8 is set. The input port 0 is in the input error-stopped state. The input or output port 0 has encountered an error from which hardware was unable to recover. Port 0 OK condition. The input and output ports are initialized, and the port is exchanging error-free control symbols with the attached device. The port 0 detected a delineation error. The port received an unaligned /SC/ or /PD/ or undefined code-group. The capture registers do not have valid information during this error detection. The port 0 experienced a link timeout. The port did not receive an acknowledge or link-response control symbol within the specified time-out interval. The capture registers do not have valid information during this error detection. Type of information logged: 0 (0 - packet, 1 - control symbol) captured error bit in the Port Error Detect Register: 31 control symbol or Bytes 0 to 3 of the packet header that correspond to the error: 0x0 Bytes 4 to 7 of the packet header that corresponds to the error: 0x0 Bytes 8 to 11 of the packet header that corresponds to the error: 0x0 Bytes 12 to 15 of the packet header that corresponds to the error: 0x0 15 8b/10b deconding error have occurred SP[0]_ERR_STAT = 0x01010102 SP[0]_ERR_DET = 0x00000004 Corrected Error Stop Condition. SP[0]_ERR_STAT = 0x01010102 Clearing Errors. DSP1 ready as slave for test 不知道你当时具体的问题是什么?是怎么解决的呢?望不吝赐教啊! |
|
|
|
testd011 发表于 2018-6-21 02:24 input error stopped和output error stopped是SRIO协议定义的错误状态,一般情况下,如果握手信号错误,SRIO硬件能够自动恢复,但是如果出现错误次数较多,SRIO硬件不能修复,就会出现input error 或者out error; 详细的了解见附件SRIO协议手册C.3章节;流程图见Error Recovery;恢复的方法流程中也提到,就是往Port n Control Symbol Transmit 1 寄存器里写 0x2003F044,就能重启握手过程,重启只需要一方发起即可,另一方会自动回应;需要注意的是在握手的过程中如果另一方仍在发送数据包,则有可能不能恢复过来,需要等两边都idle的情况下再重启握手过程。 当然前提是所有的配置都没有问题。 |
|
|
|
hdfsf 发表于 2018-6-21 02:42 希望研究FPGA 与DSP 之间SRIO通信的朋友们加QQ群74522342 ,一起讨论! |
|
|
|
能否分享下你解决SRIO 4X掉1X的解决方法,谢谢
|
|
|
|
您好,我现在调试也出现这个问题,我们发现是dsp和fpga握手之后4x变成了1x,但是不知道为什么会这样,因为两边都是设置的4x,请问您当时是这吗解决的,方便说一下么?
|
|
|
|
您好!我现在在调试6678与fpga srio通信,也出现了4X变为1X的情况,在单步调试的时候执行到这句话 CSL_SRIO_SetBootComplete(hSrio, 1);的时候发现改变的,您是怎么解决这个问题的?谢谢
|
|
|
|
现在我们也遇到了4X变为1X的情况,具体方法是在DSP端查看“SPn_CTL”寄存器,在查看到变为1X之后如何重新训练?操作哪个寄存器?
|
|
|
|
只有小组成员才能发言,加入小组>>
MSP430F249TPMR出现高温存储后失效了的情况,怎么解决?
577 浏览 1 评论
对于多级放大电路板,在PCB布局中,电源摆放的位置应该注意什么?
1028 浏览 1 评论
677 浏览 0 评论
普中科技F28335开发板每次上电复位后数码管都会显示,如何熄灭它?
500 浏览 1 评论
1024 浏览 0 评论
请问下tpa3220实际测试引脚功能和官方资料不符,哪位大佬可以帮忙解答下
131浏览 20评论
请教下关于TAS5825PEVM评估模块原理图中不太明白的地方,寻求答疑
103浏览 14评论
在使用3254进行录音的时候出现一个奇怪的现象,右声道有吱吱声,请教一下,是否是什么寄存器设置存在问题?
112浏览 13评论
TLV320芯片内部自带数字滤波功能,请问linein进来的模拟信号是否是先经过ADC的超采样?
110浏览 12评论
TPA6304-Q1: TPA6304 两片公用一组I2C的话,其中一片配置不成功怎么办
138浏览 10评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-10 17:05 , Processed in 1.039494 second(s), Total 109, Slave 93 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号