aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/resources/profiles.json
blob: 4493d7b389aaab3303dcc5c4a1b9a1af500ac56e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "ethos-u55-256": {
        "target": "ethos-u55",
        "mac": 256,
        "system_config": "Ethos_U55_High_End_Embedded",
        "memory_mode": "Shared_Sram"
    },
    "ethos-u55-128": {
        "target": "ethos-u55",
        "mac": 128,
        "system_config": "Ethos_U55_High_End_Embedded",
        "memory_mode": "Shared_Sram"
    },
    "ethos-u65-512": {
        "target": "ethos-u65",
        "mac": 512,
        "system_config": "Ethos_U65_High_End",
        "memory_mode": "Dedicated_Sram"
    }
}