完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
你好;
我从4DSP获得了带有高速DAC / ADC型FMC150的XC7K325TFFG900-2评估板,我设计了一个带输入和输出端口的型号。 我的问题如何定义KC705 I / O到FMC 150端口,可以兼容4DSP子卡,因此可用于在Vivado 2015.4.2中发送和接收数据。 请了解有关如何在Vivado中使用子卡配置FMC 150 I / O的信息。 问候 以上来自于谷歌翻译 以下为原文 Hi; I got XC7K325TFFG900-2 evaluation board with high-speed DAC/ADC type FMC150 from 4DSP and I was Design a model with input and output port. my questions how can define the KC705 I/O to FMC 150 port that can be compatible with 4DSP daughter card so can be used to send and receive data in Vivado 2015.4.2. Please do have information about how can configure the FMC 150 I/O with daughter card in Vivado. Regards |
|
相关推荐
4个回答
|
|
您好,两个FMC连接器都是标准VITA57.1相应的约束IO,您可以参考以下UG页面#56http://www.xilinx.com/support/documentation/boards_and_kits/kc705/ug810_KC705_Eval_Bd.pdf此外您还可以参考
到附录CMaster约束文件列表-Shreyas -------------------------------------------------- --------------------------------------------尝试搜索你的答案 在发布新帖子之前在论坛或xilinx用户指南中发出问题。请注意 - 如果提供的信息解决了您的问题,请将答案标记为“接受为解决方案”。给予您认为有用的帖子给予荣誉(右边提供的星号) 并回复.---------------------------------------------- ------------------------------------------------ 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 Hello, Both FMC connectors are of standard VITA57.1 to constraint IO accordingly, you can refer to following UG page #56 http://www.xilinx.com/support/documentation/boards_and_kits/kc705/ug810_KC705_Eval_Bd.pdf Also along with this you can refer to Appendix C Master Constraints File Listing -Shreyas---------------------------------------------------------------------------------------------- Try to search answer for your issue in forums or xilinx user guides before you post a new thread. Kindly note- Please mark the Answer as "Accept as solution" if information provided solves your query. Give Kudos (star provided in right) to a post which you think is helpful and reply oriented. ----------------------------------------------------------------------------------------------View solution in original post |
|
|
|
您好,两个FMC连接器都是标准VITA57.1相应的约束IO,您可以参考以下UG页面#56http://www.xilinx.com/support/documentation/boards_and_kits/kc705/ug810_KC705_Eval_Bd.pdf此外您还可以参考
附录CMaster约束文件列表-Shreyas -------------------------------------------------- --------------------------------------------尝试搜索你的答案 在发布新帖子之前在论坛或xilinx用户指南中发出问题。请注意 - 如果提供的信息解决了您的问题,请将答案标记为“接受为解决方案”。给予您认为有用的帖子给予荣誉(右边提供的星号) 并回复.---------------------------------------------- ------------------------------------------------ 以上来自于谷歌翻译 以下为原文 Hello, Both FMC connectors are of standard VITA57.1 to constraint IO accordingly, you can refer to following UG page #56 http://www.xilinx.com/support/documentation/boards_and_kits/kc705/ug810_KC705_Eval_Bd.pdf Also along with this you can refer to Appendix C Master Constraints File Listing -Shreyas---------------------------------------------------------------------------------------------- Try to search answer for your issue in forums or xilinx user guides before you post a new thread. Kindly note- Please mark the Answer as "Accept as solution" if information provided solves your query. Give Kudos (star provided in right) to a post which you think is helpful and reply oriented. ---------------------------------------------------------------------------------------------- |
|
|
|
@ sameer.al-obaidihow可以将KC705 I / O定义为FMC 150端口,可以与4DSP子卡兼容,因此可以用于在Vivado 2015.4.2中发送和接收数据。
正如上面提到的Shreyas,您需要在xdc文件中设置约束。 对于例如 让我们说你有“输入”& RTL中的“输出”信号名称,您想要映射到B25和B25的引脚。 针脚G29,您的约束将如下所示 set_property PACKAGE_PIN B25 [get_ports输入] set_property IOSTANDARD LVCMOS25 [get_ports输入] set_property PACKAGE_PIN G29 [get_ports输出] set_property IOSTANDARD LVCMOS25 [get_ports输出] 上面的IOSTANDARD是2.5V。 如果您使用其他电压或其他IO标准,则需要相应更改。 请了解有关如何在Vivado中使用子卡配置FMC 150 I / O的信息。 在UG810的Appenedix C中,检查FMC约束部分 -------------------------------------------------- -------------------------------------------------- ----------------没有一个愚蠢的问题。 随意问,但快速搜索,以确保它还没有得到解答。 保持对话,获得Kudos和Accept Solution。 -------------------------------------------------- -------------------------------------------------- ------------------- 以上来自于谷歌翻译 以下为原文 @sameer.al-obaidi how can define the KC705 I/O to FMC 150 port that can be compatible with 4DSP daughter card so can be used to send and receive data in Vivado 2015.4.2. As Shreyas mentioned above, you need to set the constraints in xdc file. For e.g. lets say you have "Input" & "Output" signal names in your RTL and you want to map to Pin B25 & Pin G29, your constraint will look like below set_property PACKAGE_PIN B25 [get_ports Input] set_property IOSTANDARD LVCMOS25 [get_ports Input] set_property PACKAGE_PIN G29 [get_ports Output] set_property IOSTANDARD LVCMOS25 [get_ports Output] IOSTANDARD for above is 2.5V. if you using other voltages or other IO Standards, you need to change it accordingly. Please do have information about how can configure the FMC 150 I/O with daughter card in Vivado. In Appenedix C of UG810, check for section FMC constraints -------------------------------------------------------------------------------------------------------------------- There's no such thing as a stupid question. Feel free to ask but do a quick search to make sure it ain't already answered. Keep conversing, give Kudos and Accept Solution when you get one. ----------------------------------------------------------------------------------------------------------------------- |
|
|
|
@ sameer.al-obaidi你能让它上班吗?
如果是,请通过将最有用的帖子标记为“接受为解决方案”来关闭此主题。 这将有益于其他用户。 如果没有,您面临的问题是什么? -------------------------------------------------- -------------------------------------------------- ----------------没有一个愚蠢的问题。 随意问,但快速搜索,以确保它还没有得到解答。 保持对话,获得Kudos和Accept Solution。 -------------------------------------------------- -------------------------------------------------- ------------------- 以上来自于谷歌翻译 以下为原文 @sameer.al-obaidi Were you able to get it to work? If yes, please close this thread by marking the post that was most helpful as "Accept as Solution". This will benefit other users. If not, what are the issues you facing? -------------------------------------------------------------------------------------------------------------------- There's no such thing as a stupid question. Feel free to ask but do a quick search to make sure it ain't already answered. Keep conversing, give Kudos and Accept Solution when you get one. ----------------------------------------------------------------------------------------------------------------------- |
|
|
|
只有小组成员才能发言,加入小组>>
2372 浏览 7 评论
2790 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2257 浏览 9 评论
3331 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2421 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
745浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
531浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
351浏览 1评论
749浏览 0评论
1950浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-18 03:18 , Processed in 1.365072 second(s), Total 83, Slave 66 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号