完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
这两个警告怎么解决,一下是源程序,我做的是三人表决,程序通过,但是仿真的波形不对啊
Warning: No exact pin location assignment(s) for 4 pins of 4 total pins Info: Pin y not assigned to an exact location on the device Info: Pin a not assigned to an exact location on the device Info: Pin c not assigned to an exact location on the device Info: Pin b not assigned to an exact location on the device Warning: The Reserve All Unused Pins setting has not been specified, and will default to 'As output driving ground'. 这两个警告怎么解决,一下是源程序,我做的是三人表决,程序通过,但是仿真的波形不对啊 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity bjq3 is port (a,b,c:in std_logic; y:out std_logic); end bjq3 ; architecture one of bjq3 is begin y<=(a and b ) or (a and c) or (b and c ); end one; |
|
相关推荐
5个回答
|
|
abc和y没有分配管脚
|
|
|
|
警告写的很明白 是你的管脚没有分配到位,第二警告是未使用引脚的配置,这些和你的功能仿真都没关系,应该还是你的代码问题,我用的是verilog ,vhdl我看不懂
|
|
|
|
你没有分配管脚,应该到Pin Planner里面把你需要的管脚分配了。由于你编译器的默认设置是未分配管脚默认接地,你需要到Assignments->device->device and pins options->unused pins里面选择未使用管脚输入三态。另外未分配管脚不一定影响RTL级仿真的正确性,你的代码本身就存在问题可能性很大,过程没有嵌套在process里,而且没有时钟沿判断,在gate-level仿真里容易出现毛刺
|
|
|
|
未分配的管教要设置为三态
|
|
|
|
分配下管脚就可以了,你没有分配管脚。
|
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
1413 浏览 1 评论
1208 浏览 0 评论
矩阵4x4个按键,如何把识别结果按编号01-16(十进制)显示在两个七段数码管上?
1419 浏览 0 评论
913 浏览 0 评论
2223 浏览 0 评论
1425 浏览 34 评论
5610 浏览 113 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 04:11 , Processed in 0.578031 second(s), Total 81, Slave 63 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号