aboutsummaryrefslogtreecommitdiffstats
path: root/lab2/RTDSP/.gconf/RTDSPLab
diff options
context:
space:
mode:
Diffstat (limited to 'lab2/RTDSP/.gconf/RTDSPLab')
-rw-r--r--lab2/RTDSP/.gconf/RTDSPLab/lab2/RTDSP/dsp_bios_.tcf10
1 files changed, 10 insertions, 0 deletions
diff --git a/lab2/RTDSP/.gconf/RTDSPLab/lab2/RTDSP/dsp_bios_.tcf b/lab2/RTDSP/.gconf/RTDSPLab/lab2/RTDSP/dsp_bios_.tcf
new file mode 100644
index 0000000..77a9148
--- /dev/null
+++ b/lab2/RTDSP/.gconf/RTDSPLab/lab2/RTDSP/dsp_bios_.tcf
@@ -0,0 +1,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();