Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSee page 6-36 of the HDL coding guidelines:
http://www.altera.com/literature/hb/qts/qts_qii51007.pdf Registers should power up with a '0' value. You can also specify a power-up value using an assignment. There is the NOT-gate pushback optimization that can change the behavior in some cases but I suspect you don't need to worry about that. Jake