1 2 3 4
5
6 7 8 9
10
11 requires ti.catalog.c6000;
12 requires xdc.platform [1,0,1];
13
14 /*!
15 * ======== ti.sdo.ipc.examples.platforms.evm6678.core0 ========
16 * Platform package for the 6678 EVM.
17 *
18 * This package implements the interfaces (xdc.platform.IPlatform)
19 *
20 * @a(Throws)
21 * `XDCException` exceptions are thrown for fatal errors. The following error
22 * codes are reported in the exception message:
23 * @p(dlist)
24 * - `ti.sdo.ipc.examples.platforms.evm6678.core0.LINK_TEMPLATE_ERROR`
25 * This error is raised when this platform cannot found the default
26 * linker command template `linkcmd.xdt` in the build target's
27 * package. When a target does not contain this file, the config
28 * parameter `{@link xdc.cfg.Program#linkTemplate}` must be set.
29 * @p
30 */
31 package ti.sdo.ipc.examples.platforms.evm6678.core0 [1,0,0,0] {
32 module Platform;
33 }
34 35 36
37