SRAM interface on UP3
I am developing vhdl file to interface SRAM on UP3 kit with avalon tri state bridge. I know SLS has SRAM interface available, but I want to develop my own. I have signals address, data, write_n, outputenable_n, chipselect_n and byteenable_n on both avalon tri state side and memory side of the interface. I interconnected these signals in my vhdl file and connected byteenable to logic 0 to select 16 bit data. I created new component in altera SOPC builder and exported signals on memory side interface. I gave different read/write wait states (like 0, 1, 5). My program resides on on-chip memory and data memory on sram. I am able to see chipselect being generated. but i don't see any signal on read/write_n line or data line which i toggle using C program. I need help in figuring out what is that i am doing wrong?
hope I have given picture of what i am doing. I want to make sure interface is working right before i connect it to actual component on the board.. Thanks