Forum Discussion
Altera_Forum
Honored Contributor
17 years agoIt remains crucial that you drive each of your outputs. You can't just drive one of your two inout ports.
It is a matter of the design platform to find out how to drive each output. You may need to define who is driving who through a mux. In my project(not a dev board). I interfaced with sdram and flash with bidirctional buses and used double assignment without problem(Quartus 7.2). The error may be due to occurence of mutiple drivers on a node which is not allowed(a node must have one driver at any given time). Kaz