Forum Discussion
Altera_Forum
Honored Contributor
10 years agoQuartus has told you exactly what is wrong... "pins can't be assigned to more than one value".
Say the Nios SoC wants to access the SRAM and tries to drive one of the pins, say, low. But at the same time the VGA controller wants to access the SRAM and drive the same pin high. What value should the pin be? You need some form of Arbitration logic to decide who has access to the memory and when.