Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
If the address and data lines are seperate interfaces on your PCB then I recommend you keep things simple and use two tri-state bridges and connect each device to only one bridge (If you have 5.0 installed, look at the 2c35 standard or full featured designs, they have one bridge for ethernet and flash, and a second one for SSRAM since SSRAM has it's own bus). The bridge assumes that if you put multiple slaves on it that they have a shared address and data bus (that's what caused those signals to be shared by the interface). Then just assign them to pins like you would normally do.
- Altera_Forum
Honored Contributor
That's exactly what I need! Thank you!