summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'test/PAPktCapTest/k2k/c66/bios/pcap_test_k2k.cfg')
-rw-r--r--test/PAPktCapTest/k2k/c66/bios/pcap_test_k2k.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/PAPktCapTest/k2k/c66/bios/pcap_test_k2k.cfg b/test/PAPktCapTest/k2k/c66/bios/pcap_test_k2k.cfg
index 89d490d..57ba5af 100644
--- a/test/PAPktCapTest/k2k/c66/bios/pcap_test_k2k.cfg
+++ b/test/PAPktCapTest/k2k/c66/bios/pcap_test_k2k.cfg
@@ -40,10 +40,11 @@ System.SupportProxy = SysStd;
40 */ 40 */
41Program.global.sysMinBufSize = 0x8000; 41Program.global.sysMinBufSize = 0x8000;
42var System = xdc.useModule('xdc.runtime.System'); 42var System = xdc.useModule('xdc.runtime.System');
43var SysMin = xdc.useModule('xdc.runtime.SysMin'); 43var SysMin = xdc.useModule('ti.trace.SysMin');
44Program.sectMap[".tracebuf"] = "L2SRAM";
44System.SupportProxy = SysMin; 45System.SupportProxy = SysMin;
45SysMin.bufSize = Program.global.sysMinBufSize; 46SysMin.bufSize = Program.global.sysMinBufSize;
46 47
47/* Configure resource table for trace only. 48/* Configure resource table for trace only.
48 Note that, it traceOnly parameter should not 49 Note that, it traceOnly parameter should not
49 be set if application is using MessageQ based IPC 50 be set if application is using MessageQ based IPC