{ "deviceName" : "C6678", "partitions" : [ { "name" : "ddr-code", "vaddr" : "0x80000000", "paddr" : [ "0x800000000", "0x800000000", "0x800000000", "0x800000000", "0x800000000", "0x800000000", "0x800000000", "0x800000000"] , "size" : "0x4000000", "secNamePat" : ["^.text", "const", "switch", "rodata" ], "cores" : [0,1,2,3,4,5,6,7], "permissions" : ["SR", "SX"], "cacheEnable" : true, "prefetch" : true, "priority" : 0, "shared" : true, "loadPartition" : true }, { "name" : "ddr-data", "vaddr" : "0xD0000000", "paddr" : [ "0x806000000", "0x807000000", "0x808000000", "0x809000000", "0x80A000000", "0x80B000000", "0x80C000000", "0x80D000000" ], "size" : "0x1000000", "secNamePat" : ["stack", "^.far$", "args", "neardata", "fardata" ], "cores" : [0,1,2,3,4,5,6,7], "permissions" : ["SR", "SW"], "cacheEnable" : true, "prefetch" : true, "priority" : 0, "shared" : false } ], "applications" : [ { "name" : "app_local", "fileName" : ".\\emb.out", "libPath" : ".", "allowedCores" : [0,1,2,3,4,5,6,7] } ], "appDeployment" : [ "app_local" , "app_local" , "app_local" , "app_local" , "app_local" , "app_local" , "app_local" , "app_local" ] }