module paomiao(clk,clr,pause,bsh,bsl,sh,sl,mh,ml,h,l); //bsh,bsl是百秒位,sh,sl是秒位,mh,ml是分钟为h,l是小时位 input clk,clr; input pause; output reg [3:0] bsh,bsl,sh,sl,mh,ml,h,l; reg cn1,cn2,cn3; //百分秒计数模块 always @(posedge clk or posedge clr) begin if(clr) begin {bsh,bsl}