Forum Discussion
glitich in the outputs
i am getting some glitiched in the outputs, i am not sure what is the reason of then glitich and how to get rid of them, the glitichs happen in the output that are not changing
33 Replies
- Altera_Forum
Honored Contributor
thank you for the reply, it is now clear ,, i am still looking for the clock enable and how to put it in my program i mean in which part to slow the internal frequncy of the board,
- Altera_Forum
Honored Contributor
the 3rd process I suggested would have the same effect of the single process state machine I posted.
I really cant tell you if the glitches will cause issues. It really depends on the timing parameters of the connected device. - Altera_Forum
Honored Contributor
so even if we make 3 processes this will not solve the problem of glitiches,, do you think this glitches will effect the performance of the designed circuit
- Altera_Forum
Honored Contributor
No - you'll have to get used to this "delay" - its called pipelining.
It is not really a delay - the only problem will be uderstanding the wave form. - Altera_Forum
Honored Contributor
i really do not like this delay on my program as i am applying these codes to the FPGA chip and i want everything on order,
is there any way to get rid from those glitiches without causing a delay to the outputs, is there anychanges could be made to this process to amke the changes in the outputs happen without delay - Altera_Forum
Honored Contributor
They do change on the rising edge. The delay comes from the fact the outputs are registered. If you wanted no delay, you'd have to have combinatorial outputs, which was glitching previous.
It should not cause any problems. - Altera_Forum
Honored Contributor
is there any way i could make changes accour in the rising edge instaed of being delayed one edge
- Altera_Forum
Honored Contributor
all actions happen in the next rising edge
- Altera_Forum
Honored Contributor
I JUST would like to let you that two things have happened with the new codes
1- the output is delayed by one clcok tick 2-the rest has no effect in the system so how can i make my output changes immedately after the rising clock and make my rest effects and resets the machine to idle state - Altera_Forum
Honored Contributor
clcok enable, how this is done on my VHDL codes, where to do it on my codes,,so i can try it on the FPGA