当前位置: > Verilog HDL错误Error (10110)...
题目
Verilog HDL错误Error (10110)
程序如下:
module miaobiao(clk_100Hz,rst,start,min,sec,ssec);
input clk_100Hz;
input rst,start;
output [7:0] min;
output [7:0] sec;
output [7:0] ssec;
reg[7:0] min;
reg[7:0] sec;
reg[7:0] ssec;
always@(posedge clk_100Hz or posedge rst or negedge start)
begin
if(rst)
begin
min[7:0]

提问时间:2021-01-02

答案
就是说你的sec在程序中有时是用非阻塞赋值,有时是用阻塞赋值,这样是不允许的.
sec[3:0]
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
版权所有 CopyRight © 2012-2019 超级试练试题库 All Rights Reserved.