Forum Discussion
Altera_Forum
Honored Contributor
13 years agoRead file by NIOS
Hi guys, Finally I could program NIOS to read and write a file from the host computer with fread and fwrite instruction (in debug mode). However, it's awfully slow. For instance, reading a 5MB ...
Altera_Forum
Honored Contributor
13 years agoProbably the only way to get a real performance increase it to utilize a different interface, if you have one available. i.e. PCIe, or Ethernet. You could use Altera's TSE (or opencores, etc) to transfer the file to the local filesystem/memory.