含清0控制的锁存器module LATCH2(CLK,D,Q,RST);output Q;input CLK,D,RST;assign Q=(!RST)?():(CLK?D.Q);endmodule空格处应该填入:
A.CLK
B.D
C.Q
D.0
正确答案:0
猜你喜欢