Altera_Forum
Honored Contributor
16 years agoNios II to SRAM via Tri-State Bridge
Let's see how long it takes to get a 'good' answer to this question: :D
Ok, I have a Nios II system (32-bit data width) connected to a single 16-bit SRAM through an Avalon Tri-State Bridge (the one they have a module for in SOPC v8.1: IDT71V416). Now, there are no configuration options in SOPC for the Bridge data width and I was expecting the bridge to handle the translation from 16 to 32 and vice-versa but apparently it doesn't since the .ptf file shows all data to be 32-bits and more imporantly since my system doesn't work. :eek: Question: Is there a way to configure the Avalon Tri-State Bridge to handle the translation from 32 to 16 bits? Can the Avalon Tri-State Bridge even do this? My backup plan is to write some VHDL to handle the translation but before I do the work, I wanted to know if it was already possible. Thanks!