Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- you need to insert the statements: w_addr <= 0; r_addr <= 0; so as to reset them in same top two processes. --- Quote End --- I guess I don't understand. If I reset them in each posedge process, then they will always be zero, and the array will not increment. I do set them to zero in my nrst section. Keith