aboutsummaryrefslogtreecommitdiffstats
path: root/lab2/RTDSP/dsp_bios_.tcf
blob: 77a914860e380ac96ff784e735953f6e4e51fcd2 (plain)
1
2
3
4
5
6
7
8
9
10
utils.loadPlatform("ti.platforms.dsk6713");

/* The following DSP/BIOS Features are enabled.  */
bios.enableRealTimeAnalysis(prog);
bios.enableRtdx(prog);
bios.enableTskManager(prog);

// !GRAPHICAL_CONFIG_TOOL_SCRIPT_INSERT_POINT!

prog.gen();