Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- Now in the code i write: IF ( rst='1' ) THEN count := 3; output <= '0' So I'm asking these 2 registers to be reset to (11)binary=(3)decimal The warning i get is: Critical Warning: Ignored Power-Up Level option on the following registers -Critical Warning: Register count[0] will power-up to High -Critical Warning: Register count[1] will power-up to High That's it. So what is this warning implying? Does it mean that count will power-up as 11? Thats what i want! Why warn me? --- Quote End --- Yes indeed thats what you ask for. But apparently there is a clash with an assignment of yours or a default assignment regarding power-up on these registers. kaz