赛灵思
直播中

徐歌

8年用户 236经验值
私信 关注
[问答]

在Spartan 3E入门套件中没有为以太网提供25 MHZ的时钟

我正在使用Spatran 3E。
我已经制作了一个代码来捕获以太网端口上的数据包。
我正在使用以太网端口的时钟,这是25 MHZ,但我没有得到结果。
当我在Chipscope上检查时钟输出时,它有一个恒定的高电平1.然后我检查了UCF并且我使用了完全相同的手册声明
NET“E_RX_CLK”LOC =“V3”|
IOSTANDARD = LVCMOS33;
当我检查50 MHZ FPGA电路板时钟时,我在Chipscope上得到了完美的时钟。
为什么我的以太网时钟25 MHZ无效。
我如何交叉检查,我的水晶是否有可能无法使用。
请告诉我一些技术来检查我的水晶是否正在产生时钟。
其次,如果我使用50 MHZ的时钟与以太网,那将是什么影响。
为什么我们有以太网的特殊时钟。
为什么它不能使用Board Clock

以上来自于谷歌翻译


以下为原文

I am using Spatran 3E. I have made a code to capture the data packets on ethernet port. I am using the clock of ethernet port which is 25 MHZ but i am not getting the result. When i checked the clock output on Chipscope, it have a constant high level of 1. then I checked the UCF and i have used the exact same statement of manual

NET "E_RX_CLK" LOC = "V3" | IOSTANDARD = LVCMOS33 ;

When i check the Board clock of 50 MHZ FPGA, i get the clock on Chipscope whcih is perfect.
Why my ethernet clock of 25 MHZ is not working. How can i cross check, is there any probability that my crystal is Unserviceable. Kindly tell me some technique to check that my crystal is generating clock.

Secondly if i use clock of 50 MHZ with ethernet,, what will be the effects.

Why we are having special clock for ethernet. Why cannt it use Board Clock

回帖(17)

张晓宁

2019-5-31 11:30:30
请提供足够详细的信息来有效地描述您的问题。
你以前听过这个,从那时起没有任何改变。
由于您知道50MHz时钟正在运行,请尝试将50MHz时钟连接到25MHz时钟输出引脚。
这将验证输出引脚是否正常工作。
如果没有看到顶级设计代码(带引脚连接),至少提供更有用的建议是很困难的。
还要检查信号名称拼写,这会导致与引脚或UCF条目断开连接。
检查后P / R引脚报告。
- 鲍勃埃尔金德
签名:新手的自述文件在这里:http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369总结:1。
阅读手册或用户指南。
你读过手册了吗?
你能找到手册吗?2。
搜索论坛(并搜索网页)以寻找类似的主题。
不要在多个论坛上发布相同的问题。
不要在别人的主题上发布新主题或问题,开始新的主题!5。
学生:复制代码与学习设计不同.6“它不起作用”不是一个可以回答的问题。
提供有用的详细信息(请与网页,数据表链接).7。
您的代码中的评论不需要支付额外费用。
我没有支付论坛帖子的费用。
如果我写一篇好文章,那么我一无所获。

以上来自于谷歌翻译


以下为原文

Please provide sufficent details to usefully describe your problem.  You've heard this before, and nothing has changed since then.
 
Since you know that the 50MHz clock is functioning, try connecting the 50MHz clock to your 25MHz clock output pin.  This will verify that the output pin is functioning.  It's difficult to offer more useful advice without seeing your top-level design code (with pin connections), at the very least.
 
Also check signal name spellings which would result in disconnections to the pins or UCF entries.  Check the post-P/R pin report.
 
- Bob Elkind
SIGNATURE:
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369

Summary:
1. Read the manual or user guide.  Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts.  If I write a good post, then I have been good for nothing.
举报

王敏

2019-5-31 11:43:47
好的,请告诉我程序检查我的25 MHZ以太网晶体是否正在给时钟..

以上来自于谷歌翻译


以下为原文

ok kindly just tell me the procedure to check that my 25 MHZ crystal of ethernet is giving clock..
举报

云甫太

2019-5-31 11:51:52
嗨,
首先,它是spartan 3E而不是spatran 3E ..第二,你是在定制板上使用spartan 3E入门套件还是FPGA?
如果您正在使用入门套件,那么您能告诉我们供应商吗?
Digilent或任何其他供应商..
问候

以上来自于谷歌翻译


以下为原文

Hi,
First, it is spartan 3E not spatran 3E .. 2nd, are you using spartan 3E starter kit  or just the FPGA on a custom board ? If you are using starter kit, then can you tell us the vendor? Digilent or any other vendor..
 
regards
 
举报

王敏

2019-5-31 12:03:16
我在用
Spartan-3E FPGA
Digilent入门套件板
我想使用这块板的以太网端口
我没有从这个板的25 MHZ晶体获得时钟,用于以太网端口。
我的问题是
1.我如何验证这种晶体是否产生了我所需的时钟。
目前我已经查看了Chipscope,我看到的是50 MHZ的主板时钟,但是这个时钟的持续时间为1(高)
2.其次为什么以太网有单独的时钟。
为什么它不使用50 MHZ的主板主时钟。
图片已附上

以上来自于谷歌翻译


以下为原文

I am usingSpartan-3E FPGAStarter Kit Board of Digilent
 
I want to use Ethernet port of this board
I am not getting clock from 25 MHZ crystal of this board which is for ethernet port.
 
my questions are
 
1. How can i verify that this crystal is producing my required clock. At present i have checked on Chipscope and i am seeing the board clock of 50 MHZ but this clock is giving continuous level of 1 (high)
 
2. Secondly why there is separate clock for Ethernet. why it does not use board's main  clock of 50 MHZ.
 
Picture is attached
 


举报

更多回帖

发帖
×
20
完善资料,
赚取积分