Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

Need help with errors!!!

Altera_Forum
Honored Contributor II
1,699 Views

ERROR: Error: The pin "IO_DATA[0]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[1]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[2]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[3]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[4]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[5]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[6]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[7]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[8]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[9]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[10]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[11]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[12]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[13]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[14]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

ERROR: Error: The pin "IO_DATA[15]" has multiple drivers due to the non-tri-state driver "SCOMP:inst8|IO_DATA[15]"

 

 

See attached for more details

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
515 Views

The error is quite clear: you are driving IO_DATA in more places. 

I think the error is with the IO_DATA<=AC assignments in the last part of code, because I guess LPM_BUSTRI is actually supposed to set IO_DATA value according to IO_WRITE_INT status.
0 Kudos
Reply