Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
What is the error you are getting exactly? (Quartus normally tells you which line or what signal name has the multiple driver error)
- Altera_Forum
Honored Contributor
the error is in the posedge clk for the counter. it says multiple constant driver error for counter, count_done and count_done1.
- Altera_Forum
Honored Contributor
You are assigning those registers in two different processes.
These assignments should be made in a single 'always @' process, otherwise this would mean multiple drivers from the synthesizer's point of view.