完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
library ieee;
use ieee.std_logic_1164.all; entity dengdai is port(clk: in std_logic; reset: in std_logic; d:in std_logic; q:out std_logic); end dengdai; architecture one of dengdai is begin process begin if reset='1'then q<='0'; elsif clk'event and clk='1'then q<=d; end if; wait on clk,reset ; end process; end one; 这个程序报错为Error (10533): VHDL Wait Statement error at dengdai.vhd(17): Wait Statement must contain condition clause with UNTIL keyword |
|
相关推荐
2个回答
|
|
wait on clk,reset 这里出错 一般的只有wait UNTIL 语句才能被综合器接受,其余的只能在VHDL仿真器中使用 建议删除等待 D触发器在上升沿来时自动循环
|
|
|
|
{:soso_e129:}
|
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
1476 浏览 1 评论
1266 浏览 0 评论
矩阵4x4个按键,如何把识别结果按编号01-16(十进制)显示在两个七段数码管上?
1471 浏览 0 评论
920 浏览 0 评论
2272 浏览 0 评论
1444 浏览 35 评论
5629 浏览 113 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-24 04:21 , Processed in 0.514498 second(s), Total 78, Slave 59 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号