Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSSRAM to DDR buffer copy
Hello, i've tried to copy a buffer stored in the SSRAM (2 Mbytes) that is filled by a VHDL block to a file, on DDR. Here is my code :
void dumpDataToFile(void){
unsigned int addr,...
Altera_Forum
Honored Contributor
16 years agoYou can't expect hardware speed when writing data through file interface. It involves a large overhead (many instruction cycles per byte). NIOS II isn't a GHz Pentium processor.