Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Hello here is a small program that I wrote in VHDL(please see attachment). Synthesis fails in Quartus with the following error. Error[10028]: can't resolve multiple constant drivers for net wr_data[]... Can someone help me with solve it? Thanks. Manoj --- Quote End --- It is telling you you have assigned to write_data in two assignments (the combinatorial logic before stste machine then inside state machine). Which one you want?