Forum Discussion
Deshi_Intel
Regular Contributor
6 years agoHi Yigal,
You shouldn't need to worry about the default value of register.
Just like what you said, good design practice is to always reset the FPGA design before user start the functional operation. By performing reset operation, then you can force your design to known default state value that you want.
Thanks.
Regards,
dlim
- YigalB6 years ago
New Contributor
Agree to that.
So how do I perform a reset operation?
One way is manual: connect a switch and press it.
Is there an automated way to provide a RESET signal as input to the FPGA?
So once the image of the design is loaded, I will use it in my logic to bring the FFs to a preset values?