Forum Discussion
Altera_Forum
Honored Contributor
21 years agoSRAM in a custom board
Hello, I have a code that runs OK in the Nios development board. It use the SRAM in this board: IDT71V416 Now I'm trying to load the code in a custom board that contains a SRAM that is ve...
Altera_Forum
Honored Contributor
21 years agoAre you exactly sure it's the same interface and timing? If it was it would work.
Since you said you're unfamilar with fpga design I would say try the custom interface if possible (it's a really easy bus to use for connecting generic hardware to). But if you want to be able to design this fast it may not be the way to go (I'm sure you would need some hardware external to the SOPC to do some conversion between that bus standard and the memory. G-luck