完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
不确定这是否是放置此帖子的正确位置...
我有一个问题。这是一个多路复用器,所有的比特都散开了。 我知道它看起来不漂亮。 这是顶级电路。 当我尝试在Xilinx中合成设计时,我收到此警告会影响我的设计。警告:MapLib:701 - 已连接到顶级端口s0的信号s0已被删除。警告:MapLib:701 - 信号s1连接到顶级端口 s1已被删除。任何想法为什么? 如果您需要更多信息,请告诉我。基本上这个电路,我有一个二进制输入,它被放入寄存器,寄存器的输出被复用和存储。当s1 = 0或1时,用s1和s0的方式 并且s0 = 0或1,我得到一个输出到FPGA的LED上的输出。 以上来自于谷歌翻译 以下为原文 Not sure if this is the correct place to put this post... I have a problemm. Here's a mux with all the bits spread out. I know it doesn't look pretty. This is the top level circuit. When I try to synthesize the design in Xilinx, I get this Warning which affects my design. WARNING:MapLib:701 - Signal s0 connected to top level port s0 has been removed. WARNING:MapLib:701 - Signal s1 connected to top level port s1 has been removed. Any idea why? If you need more info, let me know.Basically this circuit, I have a binary input that's put into registers and the output of the registers are muxed and stored.That way with the s1 and s0, whenever I have s1 = 0 or 1 and s0 = 0 or 1, I get a certain output that's outputted onto LED's of an FPGA. |
|
相关推荐
3个回答
|
|
只是澄清一下,信号(不是“引脚”)已被删除。
“引脚”是指FPGA封装引脚,而不是内部信号。 如何产生信号S0和S1? 是否删除了其他信号? - 鲍勃埃尔金德 签名:新手的自述文件在这里:http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369总结:1。 阅读手册或用户指南。 你读过手册了吗? 你能找到手册吗?2。 搜索论坛(并搜索网页)以寻找类似的主题。 不要在多个论坛上发布相同的问题。 不要在别人的主题上发布新主题或问题,开始新的主题!5。 学生:复制代码与学习设计不同.6“它不起作用”不是一个可以回答的问题。 提供有用的详细信息(请与网页,数据表链接).7。 您的代码中的评论不需要支付额外费用。 我没有支付论坛帖子的费用。 如果我写一篇好文章,那么我一无所获。 以上来自于谷歌翻译 以下为原文 Just a clarification, signals (not "pins") have been removed. "Pins" refer to FPGA package pins, not internal signals. How are the signals S0 and S1 generated? Are any other signals deleted? -- 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. |
|
|
|
好吧,如果你看一下原始文章中的图片,s1和s0分布在整个多路复用原理图中,然后分布在顶部原理图中。信号映射到Basys2 250k FPGA上的2个开关。
以上来自于谷歌翻译 以下为原文 Well if you look at the pictures in the original post, the s1 and s0 are distributed throughout the mux schematic and then in the top schematic. The signal is mapped to 2 switches on the Basys2 250k FPGA. |
|
|
|
信号映射到Basys2 250k FPGA上的2个开关。
这是我在第一个问题中寻求的信息。 一般来说,XST删除信号有三个原因: 信号没有来源 信号源,或由没有(有效)时钟的触发器提供 信号没有负载(即驱动逻辑也被删除) 这是最后一个案例,它提示我的另一个问题(尚未答复):还删除了哪些其他信号? 另一个调试建议:在合成之前检查从原理图生成的网表,并验证删除的信号是否在网表中正确连接到设备引脚。 - 鲍勃埃尔金德 签名:新手的自述文件在这里:http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369总结:1。 阅读手册或用户指南。 你读过手册了吗? 你能找到手册吗?2。 搜索论坛(并搜索网页)以寻找类似的主题。 不要在多个论坛上发布相同的问题。 不要在别人的主题上发布新主题或问题,开始新的主题!5。 学生:复制代码与学习设计不同.6“它不起作用”不是一个可以回答的问题。 提供有用的详细信息(请与网页,数据表链接).7。 您的代码中的评论不需要支付额外费用。 我没有支付论坛帖子的费用。 如果我写一篇好文章,那么我一无所获。 以上来自于谷歌翻译 以下为原文 The signal is mapped to 2 switches on the Basys2 250k FPGA. This is the information I was seeking in my first question. There are three reasons, generally, that XST deletes signals:
Another debugging suggestion: Check the netlist generated from the schematics, before synthesis, and verify that the deleted signals are properly connected in the netlist to the device pins. -- 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. |
|
|
|
只有小组成员才能发言,加入小组>>
2385 浏览 7 评论
2800 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2264 浏览 9 评论
3336 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2433 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
761浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
548浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
373浏览 1评论
1968浏览 0评论
687浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-26 10:08 , Processed in 1.153966 second(s), Total 53, Slave 45 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号