赛灵思
直播中

马祥

7年用户 774经验值
私信 关注
[问答]

请问spartan3e的执行时间是什么

大家好 ,
我是FPGA的新手,请你告诉我,什么是spartan3e的执行时间。
如果clk freq是20 mHZ?
那么如何计算执行时间,fpga中的指令时间一般......?

以上来自于谷歌翻译


以下为原文

hello all ,
im new to fpga,,can u pls tell me that, what is the execution time of spartan3e.
if the clk freq is 20 mHZ?
then how to calculate execution time , instruction time in fpga generally...?

回帖(6)

张晓宁

2019-1-25 10:30:40
我是fpga的新手,请你告诉我,什么是spartan3e的执行时间。
如果clk freq是20 mHZ?
你在做什么?
- 鲍勃埃尔金德
签名:新手的自述文件在这里:http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369总结:1。
阅读手册或用户指南。
你读过手册了吗?
你能找到手册吗?2。
搜索论坛(并搜索网页)以寻找类似的主题。
不要在多个论坛上发布相同的问题。
不要在别人的主题上发布新主题或问题,开始新的主题!5。
学生:复制代码与学习设计不同.6“它不起作用”不是一个可以回答的问题。
提供有用的详细信息(请与网页,数据表链接).7。
您的代码中的评论不需要支付额外费用。
我没有支付论坛帖子的费用。
如果我写一篇好文章,那么我一无所获。

以上来自于谷歌翻译


以下为原文

im new to fpga,,can u pls tell me that, what is the execution time of spartan3e. if the clk freq is 20 mHZ?
 
What are you executing?
 
-- 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-1-25 10:43:38
对于LED开关的基本接口,它会是什么?
在控制器中我们可以说一条指令的执行时间是1.085us。
在PIC 200ns ..就像我要求的那样

以上来自于谷歌翻译


以下为原文

for basic interfacing of led switches,what will it be?
in controller we can say that the execution time  for one instruction is 1.085us.
in PIC 200ns.. like that im asking
 
举报

张晓宁

2019-1-25 10:56:37
FPGA逻辑与处理器逻辑不同。
处理器顺序执行指令。
FPGA硬件兼容。
为了根据开关设置读取用户开关并打开和关闭LED,“执行时间”大约为10-20nS  - 此组合功能不需要时钟。
如果您希望了解FPGA和FPGA设计,您需要重新定位从处理器到逻辑硬件的思路。
它们是不同的工具。
- 鲍勃埃尔金德
签名:新手的自述文件在这里:http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369总结:1。
阅读手册或用户指南。
你读过手册了吗?
你能找到手册吗?2。
搜索论坛(并搜索网页)以寻找类似的主题。
不要在多个论坛上发布相同的问题。
不要在别人的主题上发布新主题或问题,开始新的主题!5。
学生:复制代码与学习设计不同.6“它不起作用”不是一个可以回答的问题。
提供有用的详细信息(请与网页,数据表链接).7。
您的代码中的评论不需要支付额外费用。
我没有支付论坛帖子的费用。
如果我写一篇好文章,那么我一无所获。

以上来自于谷歌翻译


以下为原文

FPGA logic is different from processor logic.  Processors execute instructions sequentially.  FPGA hardware functions concurrently.  For reading user switches and turning LEDs on and off based on switch settings, "execution time" is on the order of 10-20nS -- and no clock is required for this combinatorial function.
 
If you wish to understand FPGAs and FPGA design, you need to re-orient your thinking from processors to logic hardware.  They are different tools.
 
-- 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-1-25 11:06:06
pms_ece写道:
大家好 ,
我是fpga的新手,请你告诉我,什么是spartan3e的执行时间。
如果clk freq是20 mHZ?
20 mHz时钟的周期为50秒。
所以它会很慢。
当然,你还没有定义“执行时间”的含义,所以这是一个毫无意义的问题。
----------------------------是的,我这样做是为了谋生。

以上来自于谷歌翻译


以下为原文

pms_ece wrote:
hello all ,
im new to fpga,,can u pls tell me that, what is the execution time of spartan3e.
if the clk freq is 20 mHZ?
 
A 20 mHz clock has a period of 50 seconds. So it'll be pretty slow. Of course, you haven't defined what you mean by "execution time" so it's a rather pointless question.
----------------------------Yes, I do this for a living.
举报

更多回帖

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