Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- The master_read/write_8/16/32 Tcl procedures only transfer one item of data at a time. Higher performance is achieved using master_read/write_memory routines. To use those Tcl procedures, you need to split your read write data into lists of bytes. Try modifying your code to use those Tcl procedures. --- Quote End --- Hi Dave, I did modify the code and it works super with master_write_memory. Thanks again, your a great help. Rgds, Kimberley