s002wjh
New Contributor
4 years agotcl 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"