1    /*!
     2     * File generated by platform wizard. 
     3     *
     4     */
     5    
     6    metaonly module Platform inherits xdc.platform.IPlatform {
     7    
     8        config ti.platforms.generic.Platform.Instance plat =
     9            ti.platforms.generic.Platform.create("plat", {
    10                clockRate:      1044,                                       
    11                catalogName:    "ti.catalog.c6000",
    12                deviceName:     "TMS320C6474",
    13                externalMemoryMap: [          
    14                    ["DDR2", {name: "DDR2", base: 0x80000000, len: 0x10000000, space: "code/data",access: "RWX"}],
    15                ],
    16        });
    17        
    18    instance :
    19        
    20        override config string codeMemory = "L2RAM";   
    21        override config string dataMemory = "L2RAM";                                
    22        override config string stackMemory = "L2RAM";
    23        
    24    }