Forum Discussion
Altera_Forum
Honored Contributor
15 years agoa problems about using posedge
always @ (posedge clk or negedge alarm_in) begin if(cnt_s == set_s && cnt_m == set_m && cnt_h == set_h) alarm_outr <= 1'b1; else if(alarm_in == 1'b0) begin alarm_outr <= 1'b0; ...
Altera_Forum
Honored Contributor
15 years agothanks very much ...you give me another ideal to design ...