Forum Discussion
Altera_Forum
Honored Contributor
21 years agoI got a problem with assign pins to SRAM address.
I got a problem with assign pins to SRAM address. tri_state_bridge address have 17 bits [16..0] and SRAM address have 16 bits [15..0]. How to assign pins to SRAM with 17bits? Thanks for any h...
Altera_Forum
Honored Contributor
21 years agoThe tristate bus component is outputting byte addresses. Your SRAM sounds like it has a 16 bit data path so that means you just need to connect 16..1 from SOPC builder to 15..0 of the SRAM. By connecting 16..1 you are going to be reading/writing on 16 bit boundaries (which is what your SRAM expects).