Altera_Forum
Honored Contributor
14 years agoA Question About Registers
Hello everybody!
I have a question; In my design, i use verilog language and system works only when a command is recieved from the external controller and when the command is executed, goes back to wait state. i have a "is in wait state?" control block and i initialize some registers with default values in this block. Question is, when fpga is in wait state forever, these registers are set to the default values forever in the same loop and i wonder if this may harm the flip-flop regsters in the future or not. do i have to put an enable signal? or can i be sure that continuously setting a value to a flip-flop brings no problem? thanks..