Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- 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 --- Quote End --- Inside each process the assignments are treated as sequential. But each process runs parallel to any other process. So by having separate processes on your same signal you are driving it twice in parallel. This is mutiple driver case and HDL standard is against it and I assume tools should respect it or not.