运行此闪屏并使用外部时钟驱动LVDS逻辑同时连续采样视频像素时钟以进行活动是否合理,然后在检测到像素时钟切换输出时切换到视频?
如果输入视频像素时钟不是恒定时钟源,那么您显然必须提供备用时钟。
有几种设计方法可以适用于您描述的应用程序 - 只需选择一个并进行前进。
就个人而言,我不会切换时钟源。
我将为内部逻辑提供一个固定的固定时基,并设计一条路径,用于将输入视频信号桥接到内部时基。
典型实现使用过采样(和输入像素时钟边沿检测)或FIFO。
- 鲍勃埃尔金德
签名:新手的自述文件在这里:http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369总结:1。
阅读手册或用户指南。
你读过手册了吗?
你能找到手册吗?2。
搜索论坛(并搜索网页)以寻找类似的主题。
不要在多个论坛上发布相同的问题。
不要在别人的主题上发布新主题或问题,开始新的主题!5。
学生:复制代码与学习设计不同.6“它不起作用”不是一个可以回答的问题。
提供有用的详细信息(请与网页,数据表链接).7。
您的代码中的评论不需要支付额外费用。
我没有支付论坛帖子的费用。
如果我写一篇好文章,那么我一无所获。
以上来自于谷歌翻译
以下为原文
Would it be sensible to run this splashscreen and drive the LVDS logic with an external clock while continuously sampling the video pixel clock for activity, then switch to the video when the pixel clock is detected switch the outputs?
If the input video pixel clock is not a constant clock source, then you clearly must provide an alternative clock. There are several design approaches which can work for the application you describe -- just pick one and forge ahead.
Personally, I would not switch clock sources. I would provide a constant, fixed timebase for internal logic, and design a path for bridging the input video signal to the internal timebase. Typical implementations use either oversampling (and input pixel clock edge detection) or FIFOs.
-- 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.
运行此闪屏并使用外部时钟驱动LVDS逻辑同时连续采样视频像素时钟以进行活动是否合理,然后在检测到像素时钟切换输出时切换到视频?
如果输入视频像素时钟不是恒定时钟源,那么您显然必须提供备用时钟。
有几种设计方法可以适用于您描述的应用程序 - 只需选择一个并进行前进。
就个人而言,我不会切换时钟源。
我将为内部逻辑提供一个固定的固定时基,并设计一条路径,用于将输入视频信号桥接到内部时基。
典型实现使用过采样(和输入像素时钟边沿检测)或FIFO。
- 鲍勃埃尔金德
签名:新手的自述文件在这里:http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369总结:1。
阅读手册或用户指南。
你读过手册了吗?
你能找到手册吗?2。
搜索论坛(并搜索网页)以寻找类似的主题。
不要在多个论坛上发布相同的问题。
不要在别人的主题上发布新主题或问题,开始新的主题!5。
学生:复制代码与学习设计不同.6“它不起作用”不是一个可以回答的问题。
提供有用的详细信息(请与网页,数据表链接).7。
您的代码中的评论不需要支付额外费用。
我没有支付论坛帖子的费用。
如果我写一篇好文章,那么我一无所获。
以上来自于谷歌翻译
以下为原文
Would it be sensible to run this splashscreen and drive the LVDS logic with an external clock while continuously sampling the video pixel clock for activity, then switch to the video when the pixel clock is detected switch the outputs?
If the input video pixel clock is not a constant clock source, then you clearly must provide an alternative clock. There are several design approaches which can work for the application you describe -- just pick one and forge ahead.
Personally, I would not switch clock sources. I would provide a constant, fixed timebase for internal logic, and design a path for bridging the input video signal to the internal timebase. Typical implementations use either oversampling (and input pixel clock edge detection) or FIFOs.
-- 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.
举报