Forum Discussion
Altera_Forum
Honored Contributor
16 years agoInterfacing Custom Component
Recently I built custom component of SDCARD. What I'm trying to make is an easy interfacing with the SDCARD module I built based on VHDL. I want to read or write from the SDCARD Mem only by usin...
Altera_Forum
Honored Contributor
16 years agoI changed the address width so it will be 2^n in my case 16 lines, and my data width is 8, so the width of the address and data between the NIOS and my custom will be the same. and still, even when I use DIRECT commanditstill doesn't work, do you have any other suggestion for me?