完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,
我有ISE和EDK项目都使用ML605板的差分clk。 NET clk_in_p LOC = J9 | IOSTANDARD = LVDS_25 | DIFF_TERM = TRUE; NET clk_in_n LOC = H9 | IOSTANDARD = LVDS_25 | DIFF_TERM = TRUE; 我需要在vhdl top模块下导入该项目,但是因为时钟缓冲区不能在两个项目之间共享而失败。 1)如何在ISE和EDK项目中共享ML605差分clk(即CLK_P和CLK_N)? 2)此外,我可以使用Xilinx时钟模块IP制作差分clk吗? 谢谢。 以上来自于谷歌翻译 以下为原文 Hi, I have ISE and EDK projects both use the differential clk of the ML605 board. NET clk_in_p LOC = J9 |IOSTANDARD = LVDS_25 |DIFF_TERM = TRUE; NET clk_in_n LOC = H9 |IOSTANDARD = LVDS_25 |DIFF_TERM = TRUE; I need to import both the project under vhdl top module, but failed because clock buffers can’t share between both projects. 1) How can I share ML605 differential clk (i.e., CLK_P and CLK_N) among ISE and EDK projects? 2) Further, can I make a differential clk using Xilinx clock module IP? Thank you. |
|
相关推荐
3个回答
|
|
你是什么意思“ise and edk”?
这是硬件连接,不应与软件相关。 差分clk可以通过OBUFDS实现。 以上来自于谷歌翻译 以下为原文 what do you mean "among ise and edk"? this is hardware connection and should not be related with software. differential clk can be achieved through OBUFDS. |
|
|
|
假设有两个VHDL模块,COMPONENT EDK_modulePORT(CLK_P:在std_logic中; CLK_N:在std_logic中; ------ ------); END COMPONENT; COMPONENT ISE_modulePORT(CLK_P:在std_logic中; CLK_N:在std_logic中)
; ------ ------); END COMPONENT;如果ML605板有跟随网clk_in_p LOC = J9 | IOSTANDARD = LVDS_25 | DIFF_TERM = TRUE; NET clk_in_n LOC = H9 | IOSTANDARD = LVDS_25 | DIFF_TERM = TRUE;差异clk,1)如何将上述时钟映射到两个组件(EDK_module和ISE_module)?(它不能直接映射,因为它们将共享相同的clk缓冲区)2)关于回复注释,如何制作 通过OBUFDS差异clk? 以上来自于谷歌翻译 以下为原文 Assume, there are two VHDL modules, COMPONENT EDK_module PORT ( CLK_P : in std_logic; CLK_N : in std_logic; ------ ------ ); END COMPONENT; COMPONENT ISE_module PORT ( CLK_P : in std_logic; CLK_N : in std_logic; ------ ------ ); END COMPONENT; If the ML605 board has a following NET clk_in_p LOC = J9 |IOSTANDARD = LVDS_25 |DIFF_TERM = TRUE; NET clk_in_n LOC = H9 |IOSTANDARD = LVDS_25 |DIFF_TERM = TRUE; differential clk, 1) How can I map the above clock to both components (EDK_module and ISE_module)? (It can't be mapped directly as they will share the same clk buffer) 2) Regarding the reply comment, how to make a differential clk through OBUFDS? |
|
|
|
简短的回答:你不能,但你也不应该。
差分信号仅存在于器件的引脚上,并在IOB中转换为单端的(I / O)BUFDS组件。 每个差分对只有一个IBUFDS。 选项1:在设计的HDL部分中实例化ibufds和bufg,并将时钟路由到EDK和HDL设计的其余部分。 您可能需要修改edk设计,以便它不会尝试实例化输入缓冲区和全局时钟。 选项2:让edk实例化ibufds和bufg,然后将时钟从bufg上的EDK设计中路由出来,以供HDL设计的其余部分使用。 以上来自于谷歌翻译 以下为原文 Short answer: You cannot but you shouldn't need to either. Differential signals only exist at the pins of the device and are converted in the IOB to single ended with (I/O)BUFDS components. There is only a single IBUFDS for each differential pair. Option 1: Instantiate the ibufds and bufg in the HDL portion of the design and route the clock to EDK and the rest of the HDL design. You will probably need to modify the edk design so it doesnt try to instantiate the input buffer and global clock. Option 2: let edk instantiate the ibufds and bufg and then route the clock out of the EDK design on the bufg for the rest of the HDL design to use. |
|
|
|
只有小组成员才能发言,加入小组>>
2361 浏览 7 评论
2780 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2247 浏览 9 评论
3324 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2414 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
730浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
524浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
336浏览 1评论
742浏览 0评论
1935浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-8 17:20 , Processed in 1.329872 second(s), Total 83, Slave 66 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号