Altera_Forum
Honored Contributor
16 years agoCorrect use of reset input of a FF. VHDL
Hello,
In my design I will process an image. In part of my hardware I need to RESET some FLIP FLOPS when FVAL(frame valid) arrives. Is bad if I use the signal FVAL directly connected to the reset input of the Flip FLop? Please look the attached file. If I give reset directly with the FVAL, it will use less resources, but I do not know if it is bad. Or the reset must be always connected to the global reset. Sorry for the dummy question. Thanks.