在线名词解释大全
专业、全面、易懂的全领域名词百科

判断是否是上升沿跳变的语句是?

题型:单选题
选项
A. if(clk'event and clk='0')
B. if(clk'event and clk<='0')
C. if(clk'event and clk='1')
D. if(clk'event and clk:='0')
正确答案: