完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我有一个相对简单的简单时钟分频器电路,我可以将输入时钟除以任意可编程整数值。
此时钟分频器模块位于顶层,其实例名称为u_clk_div。 产生的时钟分频输出在端口CLK_OUT上输出 我在主要传入时钟上创建一个时钟: create_clock -period 9.920 -name IncomingClk [get_ports InClk] 然后尝试使用以下命令创建生成的时钟: create_generated_clock -name dut_clk -source [get_ports InClk] -divide_by 6 [get_pins u_clk_div / CLK_OUT] 我已经通过使用tcl查询接口验证我没有拼写错误并且我的heirarchy是正确的 %get_pins -hierarchical * / CLK_OUT u_spin_clk_div / CLK_OUT 我检查合成时顶层模块确实是我期望的。 我得到的警告是 警告:[Vivado 12-508]没有引脚匹配'u_clk_div / CLK_OUT'。 我是否需要明确说明我的* .xdc文件中的工作模块是什么? 我认为pin名称和hier是正确的,所以我猜Vivado对工作顶级模块是什么感到困惑? (尽管在我合成时会突出显示正确的顶级模块)。 以上来自于谷歌翻译 以下为原文 I have a relatively simply simple clock divider circuit where I can divide an incoming clock by an arbitrary programmable integer value. This clock divider module is under the top level and its instance name is u_clk_div. The resulting clock divided output comes out on the port CLK_OUT I create a clock on the main incoming clock:create_clock -period 9.920 -name IncomingClk [get_ports InClk]and then attempt to create a generated clock using the following command:create_generated_clock -name dut_clk -source [get_ports InClk] -divide_by 6 [get_pins u_clk_div/CLK_OUT]I have verified that I have no typos and that my heirarchy is correct by using the tcl query interface% get_pins -hierarchical */CLK_OUTu_spin_clk_div/CLK_OUTI check when I synthesize that the top level module is indeed what I expect. The warning I am getting isWARNING: [Vivado 12-508] No pins matched 'u_clk_div/CLK_OUT'. Do I need to explicitely state what my working module is in my *.xdc file? I think the pin name and hier is correct so I am guessing Vivado is confused what the working top level module is? (Eventhough the correct top level module is highlighted when I am synthesizing) . |
|
相关推荐
1个回答
|
|
嗨,所以当你查询引脚%get_pins -hierarchical * / CLK_OUT我猜你的命令中有u_spin_clk_div / CLK_OUTBut它是[get_pins u_clk_div / CLK_OUT]所以请再次交叉检查。除了上面的语法问题,我有一个
更多建议。从您的描述看起来您正在开发RTL来划分时钟,因此它最终成为结构生成的时钟。 在FPGA中,不建议使用Fabric生成的时钟设计实践。 这有很高的时钟偏差和噪声问题。您可以使用PLL / MMCM产生6分钟的时钟。谢谢,Yash 以上来自于谷歌翻译 以下为原文 Hi, So when you query for pins % get_pins -hierarchical */CLK_OUT I guess you got u_spin_clk_div/CLK_OUT But in your command it is [get_pins u_clk_div/CLK_OUT] so please cross check once again. Apart from the above syntax issue, I have one more suggestions. From your description looks like you are developing the RTL to divide clock so it's ultimately become fabric generated clock. Fabric generated clocks are not recommended design practice in FPGA. This have high clock skew and noise issues. You can use the PLL/MMCM to generate divide by 6 clock. Thanks, Yash |
|
|
|
只有小组成员才能发言,加入小组>>
2380 浏览 7 评论
2797 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2262 浏览 9 评论
3335 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2428 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
756浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
545浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
366浏览 1评论
1963浏览 0评论
682浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-23 03:19 , Processed in 1.078467 second(s), Total 47, Slave 40 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号