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