Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21345 Discussions

multiple constant drivers

Altera_Forum
Honored Contributor II
1,129 Views

i need help, can anyone help me which registers should be removed so that multiple constant driver error would be removed. 

 

thanks
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
432 Views

What is the error you are getting exactly? (Quartus normally tells you which line or what signal name has the multiple driver error)

0 Kudos
Altera_Forum
Honored Contributor II
432 Views

the error is in the posedge clk for the counter. it says multiple constant driver error for counter, count_done and count_done1.

0 Kudos
Altera_Forum
Honored Contributor II
432 Views

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.
0 Kudos
Reply