1 /*
2 * Copyright (c) 2012 by Texas Instruments and others.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * Texas Instruments - initial implementation
10 *
11 * */
12
13 requires ti.catalog.arm.nda;
14 requires xdc.platform [1,0,1];
15
16 /*!
17 * ======== ti.platforms.simDucati ========
18 * Platform package for the simDucati platform.
19 *
20 * This package implements the interfaces (xdc.platform.IPlatform)
21 * necessary to build and run executables on the simDucati platform.
22 *
23 * @a(Throws) 24 * `XDCException` exceptions are thrown for fatal errors. The following error
25 * codes are reported in the exception message:
26 * @p(dlist) 27 * - `ti.platfoms.simDucati.LINK_TEMPLATE_ERROR`
28 * This error is raised when this platform cannot found the default
29 * linker command template `linkcmd.xdt` in the build target's
30 * package. When a target does not contain this file, the config
31 * parameter `{@link xdc.cfg.Program#linkTemplate}` must be set.
32 * @p 33 */
34 package ti.platforms.simDucati [1,0,1,0] {
35 module Platform;
36 }
37 /*
38 * @(#) ti.platforms.simDucati; 1, 0, 1, 0,172; 8-17-2012 22:17:56; /db/ztree/library/trees/platform/platform-n27x/src/
39 */
40