完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
用ISE仿真怎么波形都是棕黄色直线啊,value都为U,它们的初始值不是已经设为‘0’了吗?怎么还会出现这种情况,不太明白,下面是我的测试代码,设计的是:X=not(a and b),Y=not(not b and c and d)
测试代码如下: LIBRARY ieee; USE ieee.std_logic_1164.ALL; -- Uncomment the following library declaration if using -- arithmetic functions with Signed or Unsigned values --USE ieee.numeric_std.ALL; ENTITY project_test IS END project_test; ARCHITECTURE behavior OF project_test IS -- Component Declaration for the Unit Under Test (UUT) COMPONENT project PORT( a : IN std_logic; b : IN std_logic; c : IN std_logic; d : IN std_logic; x : OUT std_logic; y : OUT std_logic ); END COMPONENT; --Inputs signal a : std_logic := '0'; signal b : std_logic := '0'; signal c : std_logic := '0'; signal d : std_logic := '0'; --Outputs signal x : std_logic; signal y : std_logic; -- No clocks detected in port list. Replace -- appropriate port name constant BEGIN -- Instantiate the Unit Under Test (UUT) uut: project PORT MAP ( a => a, b => b, c => c, d => d, x => x, y => y ); -- Clock process definitions begin wait for wait for end process; -- Stimulus process stim_proc: process begin -- hold reset state for 100 ns. wait for 100 ns; a<='1';b<='0';c<='1';d<='0'; wait for a<='0';b<='1';c<='0';d<='0'; -- insert stimulus here wait; end process; END; |
|
相关推荐
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
1851 浏览 1 评论
1590 浏览 0 评论
矩阵4x4个按键,如何把识别结果按编号01-16(十进制)显示在两个七段数码管上?
1810 浏览 0 评论
968 浏览 0 评论
2586 浏览 0 评论
1594 浏览 41 评论
5819 浏览 113 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-4 21:42 , Processed in 0.539393 second(s), Total 67, Slave 51 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号