Forum Discussion

s002wjh's avatar
s002wjh
Icon for New Contributor rankNew Contributor
4 years ago

tcl script for in system memory editor and scope etc

is there way to modify ram content via script such as tcl. something similar to altera in system memory content editor except doing it via script, maybe calling/running the altera editor in the background?

Edit

so i found some command to this

but how do i write as Hex rather than "000001011011100"?

write_content_to_memory -instance_index 0 -start_address 575 -word_count 2 -content "0000001011011100" 
No RepliesBe the first to reply