Forum Discussion
Altera_Forum
Honored Contributor
13 years agomultiple constant drivers
i need help, can anyone help me which registers should be removed so that multiple constant driver error would be removed. thanks
Altera_Forum
Honored Contributor
13 years agoYou 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.