Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16637 Discussions

tcl script for in system memory editor and scope etc

s002wjh
New Contributor I
492 Views

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" 

 

0 Kudos
0 Replies
Reply