1    /* --COPYRIGHT--,TI
     2     * Copyright (c) $(CPYYEAR)
     3     * Texas Instruments
     4     *
     5     *  All rights reserved.  Property of Texas Instruments
     6     *  Restricted rights to use, duplicate or disclose this code are
     7     *  granted through contract.
     8     * 
     9     * --/COPYRIGHT--*/
    10    /*!
    11     * File generated by platform wizard. 
    12     *
    13     */
    14    
    15    metaonly module Platform inherits xdc.platform.IPlatform {
    16    
    17        config ti.platforms.generic.Platform.Instance plat =
    18            ti.platforms.generic.Platform.create("plat", {
    19                clockRate:      300.0,                                       
    20                catalogName:    "ti.catalog.arm",
    21                deviceName:     "TMS320CDM6446",
    22                externalMemoryMap: [          
    23                    ["DDR2", {name: "DDR2", base: 0x81000000, len: 0x01000000, space: "code/data",access: "RWX"}],
    24                    ["SHARED", {name: "SHARED", base: 0x82000000, len: 0x0e000000, space: "code/data",access: "RWX"}],
    25                    ["SRAM", {name: "SRAM", base: 0x02000000, len: 0x00100000, space: "code/data",access: "RWX"}],
    26                ],
    27        });
    28        
    29    instance :
    30        
    31        override config string codeMemory = "DDR2";   
    32        override config string dataMemory = "DDR2";                                
    33        override config string stackMemory = "DDR2";
    34        
    35    }