Altera_Forum
Honored Contributor
14 years agoTCL script usage
I have an NCO function that plays waveforms from an sp ram that I initialize using a mif file. I then recapture the waveform using an ADC and store it in another SP ram. I would like to test different waveforms, the problem is it is very time consuming to, load a mif file, recompile, run, etc... So would it be possible to use a TCL script and the in system memory content editor to do this? I envision the following:
1) Run project 2) Load script which does the following: - Initialize ram with waveform using memory content editor - --new waveform is transmitted--- - capture waveform in sp ram - dump ram contents to file - repeat with different waveform. Before I get my hopes up and try this only to run into problems, could someone verify that what I am envisioning is doable? Thanks