Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIf I replace the combinational logic output to register output like:
always @(posedge clk_fast) begin if (counterScan>14 && counterScan<31) CK<=clk_200ns; else CK<=0 end but there are still glitches, what should I do to remove the glitch? Thanks very much.