1    /*
     2     *  Copyright 2009 by Texas Instruments Incorporated.
     3     *
     4     *  All rights reserved. Property of Texas Instruments Incorporated.
     5     *  Restricted rights to use, duplicate or disclose this code are
     6     *  granted through contract.
     7     *
     8     */
     9    
    10    requires xdc.platform;
    11    
    12    /*!
    13     *  ======== ti.catalog.arm.nda ========
    14     *  Package of devices for the arm family of Arm processors.
    15     *
    16     *  Each module in this package implements the xdc.platform.ICpuDataSheet
    17     *  interface. This interface is used by platforms (modules that implement
    18     *  xdc.platform.IPlatform) to obtain the memory map supported by each CPU.
    19     */
    20    package ti.catalog.arm.nda [1,0,0,0] {
    21        module Primus;
    22        module Ducati;
    23    }
    24    /*
    25     *  @(#) ti.catalog.arm.nda; 1, 0, 0, 0,28; 6-4-2009 14:19:59; /db/ztree/library/trees/platform-k10x/src/
    26     */
    27