Forum Discussion
Altera_Forum
Honored Contributor
14 years agoTutorial: Using the USB-Blaster as an SOPC/Qsys Avalon-MM master
Hi all, I've put together a tutorial on how to use the Altera JTAG-to-Avalon-MM master and Altera Verification IP Avalon-MM BFM Master under both SOPC builder and Qsys. http://www.ovro.cal...
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