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