单项选择题

A.if clk’event and clk =‘1’then
B.if falling_edge(clk)then
C.if clk’event and clk =‘0’then
D.if clk’stable and not clk =‘1’then