Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi wombat,
--- Quote Start --- If you're using a recent version of ACDS then SystemConsole provides the master_write_from_file command which is even faster (providing you have your data available as a binary file) --- Quote End --- Thanks! When was this function introduced (which Quartus release?)? I doubt that it will be faster at the JTAG layer (since the JTAG traces show that master_read/write_memory are as efficient as possible), but at least it saves Tcl performing binary->string and string->binary conversions. Cheers, Dave