Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

tcl script for in system memory editor and scope etc

s002wjh
New Contributor I
879 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