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: 300.0, 11 catalogName: "ti.catalog.c6000", 12 deviceName: "TMS320CTCI6498", 13 customMemoryMap: [ 14 ["L2SRAM", {name: "L2SRAM", base: 0x00800000, len: 0x000F0000, space: "code/data",access: "RWX"}], 15 ["MSMCSRAM", {name: "MSMCSRAM", base: 0x0C000000, len: 0x00200000, space: "code/data",access: "RWX"}], 16 ], 17 regs: { 18 l1DMode: "32K", 19 l1PMode: "32K", 20 l2Mode: "32K", 21 } 22 }); 23 24 instance : 25 26 override config string codeMemory = "L2SRAM"; 27 override config string dataMemory = "L2SRAM"; 28 override config string stackMemory = "L2SRAM"; 29 30 }