完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,
在我的设计中,我使用DCM并将10Mhz转换为100Mhz,因此我的设计可以在100Mhz上运行。 使用100Mhz,我生成1 Mhz脉冲作为输出(使用0到100的计数器生成1Mhz)。 当我尝试生成10 Hz的频率时,我无法生成它(在示波器输出中只是很高)。 任何人都可以帮我解决这个问题。 带着敬意 ANIL 以上来自于谷歌翻译 以下为原文 Hi all, In my design, I am using DCM and converting 10Mhz to 100Mhz, so that my design works on 100Mhz. using 100Mhz, I am generating 1 Mhz pulse as my output(using a counter of 0 to 100 to generate 1Mhz). when i try to generate frequencies of 10 Hz, I could not able to generate it(in oscilloscope output is going simply high). Can anyone help me regarding this issue. with regards ANIL |
|
相关推荐
10个回答
|
|
嗨Anil,
使用计数器从任何高时钟频率产生10 Hz范围内的频率应该有效。 DCM与它无关,因此主题标题令人生气。 但究竟是什么产生的呢? 50%占空比脉冲,或单个1 / 100MHz脉冲,重复频率为10 Hz(例如,用于时钟使能目的? 第一个应该在任何示波器上清晰可见,而第二个有点难以显示。 (需要高带宽和高采样率示波器,例如200 MHz,1GSPS) 向我们展示一些代码,以便我们可以看到您正在做什么。 有一个很好的综合 Eilert 以上来自于谷歌翻译 以下为原文 Hi Anil, generating frequencies in thge 10 Hz Range from any high clock frequency with a counter should work. The DCM has nothing to do with it, so the thread title is irritating. But what exactly do you generate? A 50% duty cycle pulse, or a single 1/100MHz impulse with a repetitipon rate of 10 Hz (e.g. for Clock enable purposes? The first one should be clearly visible on any oscilloscope, while the second one is somewhat harder to display. (Needs a high bandwith and high sample rate oscilloscope e.g. 200 MHz, 1GSPS) Show us some code so we can see what exactly you are doing. Have a nice synthesis Eilert |
|
|
|
我希望你实际上计算0到99.这将给你你的除以100达到1 MHz。
约翰普罗塞纳 以上来自于谷歌翻译 以下为原文 I hope you're actually counting 0 to 99. That will give you your divide by 100 to get to 1 MHz. John Providenza |
|
|
|
嗨,eilert,
我的问题已解决。 我使用的数量较少。 我还有一个问题。 我能够在DCM中正确生成10 MHz到100Mhz但是当我生成10 MHz到200Mhz时, 它产生20个时钟周期但延迟到10Mhz clk结束然后产生20个周期,同样继续.... - 组件声明 COMPONENT dcm_prt_pw PORT(CLKIN_IN:IN std_logic; CLKFX_OUT:OUT std_logic; CLKIN_IBUFG_OUT:OUT std_logic; LOCKED_OUT:OUT std_logic); 结束组成部分; - 组件实例化 Inst_dcm_prt_pw:dcm_prt_pw端口映射(CLKIN_IN => clk_fpga,CLKFX_OUT => clk_int,CLKIN_IBUFG_OUT =>打开,LOCKED_OUT => locked_int); 以上来自于谷歌翻译 以下为原文 Hi eilert, My problem is fixed. I was using less count. I have one more problem. I could able to generate 10 MHz to 100Mhz in DCM properly But when i go to generate 10 MHz to 200Mhz, It generates 20 clock cycles but a delay till the 10Mhz clk ends and then generates 20 cycles, same continues.... -- component declarations COMPONENT dcm_prt_pw PORT( CLKIN_IN : IN std_logic; CLKFX_OUT : OUT std_logic; CLKIN_IBUFG_OUT : OUT std_logic; LOCKED_OUT : OUT std_logic ); END COMPONENT; -- component instantiation Inst_dcm_prt_pw: dcm_prt_pw PORT MAP( CLKIN_IN => clk_fpga, CLKFX_OUT => clk_int, CLKIN_IBUFG_OUT => open, LOCKED_OUT => locked_int ); |
|
|
|
您好
两件事情。 根据设备的不同,您的DCM能否工作在10 MHz输入时钟? 您使用clk_fx输出(同样取决于设备)并不完全是“对称的”。 以上来自于谷歌翻译 以下为原文 HI two things. Depending upon the device, does your DCM work down to a 10 MHz input clock ? Your using the clk_fx output, which again depending upon the device, is not exactly 'symetrical'. |
|
|
|
HI drjohnsmith,
抱歉回复晚了。 我使用10 Mhz外部时钟。 如何克服这个问题? 我的DCM工作时间为10 MHz输入时钟。 我的设备是斯巴达3e xc 500s。 带着敬意 ANIL 以上来自于谷歌翻译 以下为原文 HI drjohnsmith, Sorry for late reply. I am using 10 Mhz external clock. How to overcome from this problem? My DCM work down to a 10 MHz input clock . My device is spartan 3e xc 500s. with regards ANIL |
|
|
|
你好
技术上,它是一个静音点,你的DFS工作低至10 MHz, 如果我读得正确,根据数据表,最低FclkFX约为18 MHz。 第50页 http://www.xilinx.com/support/documentation/application_notes/xapp462.pdf 对不起,自从我使用这些以来已经很久了。 以上来自于谷歌翻译 以下为原文 Hi technicaly, and it's a mute point, your DFS works down to 10 MHz, If I read this correct, acording to the data sheet, the lowest FclkFX is around 18 MHz. page 50 http://www.xilinx.com/support/documentation/application_notes/xapp462.pdf sorry, long time since I've used these. |
|
|
|
嗨drjohnsmith,
我的Fin是10 Mhz,Fx out是200 Mhz。 带着敬意 ANIL 以上来自于谷歌翻译 以下为原文 Hi drjohnsmith, My Fin is 10 Mhz and Fx out is 200 Mhz. with regards ANIL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
2379 浏览 7 评论
2794 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2261 浏览 9 评论
3335 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2427 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
755浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
543浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
364浏览 1评论
1960浏览 0评论
681浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 05:58 , Processed in 1.428299 second(s), Total 95, Slave 78 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号