Forum Discussion
Altera_Forum
Honored Contributor
13 years agoglitch problem...
Hi. I want to know difference between two code , especially glitch problem. I saw a two examples in the book and the book said first code has a glitch, but second code doesn't have the glitch, and...
Altera_Forum
Honored Contributor
13 years agoit will be to do with synthesised logic. The first uses an async reset that means the counter bits will not all got to '0' at exactly the same time, and any logic generated from it will potentially glitch for a short period (in the order of a few ns, or even ps)
the second uses a synchronous reset, which should set all values simultaneously.