单项选择题

设则下列成立的是(      ).

A.
B.
C.
D.
<上一题 目录 下一题>
热门 试题

单项选择题
A、A B、B C、C D、D
问答题
选出正确的带复位控制的触发器 A、module D_FF ( input D,Clock,reset, output reg Q); always@(Posedge Clock or reset) if ( reset==1) Q else Q endmodule B、module D_FF ( input D,Clock,reset, output reg Q); always@(posedge Clock or posedge reset) if ( reset==1) Q else Q endmodule C、module D_FF ( input D,Clock,reset, output reg Q); always@(posedge Clock or negedge reset) if ( reset==1) Q else Q endmodule D、module D_FF ( input D,Clock,reset, output reg Q); always@(posedge Clock or posedeg reset) if ( reset==0) Q else Q endmodule E、module D_FF ( input D,Clock,reset, output reg Q); always@(posedge Clock or reset) if ( reset==1) Q else Q endmodule F、module D_FF ( input D,Clock,reset, output reg Q); always@(posedge Clock) if ( reset==0) Q else Q endmodule G、module D_FF ( input D,Clock,reset, output reg Q); always@(posedge Clock) if ( reset==1) Q else Q endmodule
相关试题
  • 在ISO IEC 14443标准中TYPE B中,...
  • A. B. C. D.
  • 设随机变量的存在,令,则有结论( )。 ...
  • 根据《铁路机车车辆驾驶人员资格许可办法》...
  • 在图示电路中,已知Us=100v,R=10k...