Changeset 181 for soft/giet_vm/map.xml


Ignore:
Timestamp:
Jul 26, 2012, 5:43:08 PM (12 years ago)
Author:
karaoui
Message:

new version of map.xml supporting the routage and the coproc.
the xml_parser/xml_driver are also updated aproprietly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/map.xml

    r175 r181  
    1111
    1212        <clusterset>
    13                 <cluster index  = "0"
    14                          procs  = "4" />
     13                <cluster index  = "0" >
     14                        <pseg    name   = "PSEG_ROM"
     15                                 type   = "ROM"
     16                                 base   = "0xbfc00000"
     17                                 length = "0x00010000" />
     18
     19                        <pseg    name   = "PSEG_RAU"
     20                                 type   = "RAM"
     21                                 base   = "0x00000000"
     22                                 length = "0x01000000" />
     23
     24                        <pseg    name   = "PSEG_RAK"
     25                                 type   = "RAM"
     26                                 base   = "0x80000000"
     27                                 length = "0x00100000" />
     28
     29                        <pseg    name   = "PSEG_TTY"
     30                                 type   = "PERI"
     31                                 base   = "0x90000000"
     32                                 length = "0x00001000" />
     33
     34                        <pseg    name   = "PSEG_TIM"
     35                                 type   = "PERI"
     36                                 base   = "0x91000000"
     37                                 length = "0x00001000" />
     38
     39                        <pseg    name   = "PSEG_IOC"
     40                                 type   = "PERI"
     41                                 base   = "0x92000000"
     42                                 length = "0x00001000" />
     43
     44                        <pseg    name   = "PSEG_DMA"
     45                                 type   = "PERI"
     46                                 base   = "0x93000000"
     47                                 length = "0x00001000" />
     48
     49                        <pseg    name   = "PSEG_FBF"
     50                                 type   = "PERI"
     51                                 base   = "0x96000000"
     52                                 length = "0x00004000" />
     53
     54                        <pseg    name   = "PSEG_ICU"
     55                                 type   = "PERI"
     56                                 base   = "0x9F000000"
     57                                 length = "0x00001000" />
     58                         <proc    index  = "0" >
     59                         </proc>
     60                         <proc    index  = "1" >
     61                         </proc>
     62                         <proc    index  = "2" >
     63                         </proc>
     64                         <proc    index  = "3" >
     65                         </proc>
     66                </cluster>
    1567        </clusterset>
    16 
    17         <psegset>
    18                 <pseg    name   = "PSEG_ROM"
    19                          base   = "0xbfc00000"
    20                          length = "0x00010000" />
    21 
    22                 <pseg    name   = "PSEG_RAU"
    23                          base   = "0x00000000"
    24                          length = "0x01000000" />
    25 
    26                 <pseg    name   = "PSEG_RAK"
    27                          base   = "0x80000000"
    28                          length = "0x00100000" />
    29 
    30                 <pseg    name   = "PSEG_TTY"
    31                          base   = "0x90000000"
    32                          length = "0x00001000" />
    33 
    34                 <pseg    name   = "PSEG_TIM"
    35                          base   = "0x91000000"
    36                          length = "0x00001000" />
    37 
    38                 <pseg    name   = "PSEG_IOC"
    39                          base   = "0x92000000"
    40                          length = "0x00001000" />
    41 
    42                 <pseg    name   = "PSEG_DMA"
    43                          base   = "0x93000000"
    44                          length = "0x00001000" />
    45 
    46                 <pseg    name   = "PSEG_FBF"
    47                          base   = "0x96000000"
    48                          length = "0x00004000" />
    49 
    50                 <pseg    name   = "PSEG_ICU"
    51                          base   = "0x9F000000"
    52                          length = "0x00001000" />
    53         </psegset>
    5468
    5569        <globalset>
     
    5771                        vbase     = "0xbfc00000"
    5872                        mode      = "CX__"
     73                                                clusterid = "0"
    5974                        psegname  = "PSEG_ROM"
    6075                        ident     = "1" >
     
    6883                        vbase     = "0xbfc08000"
    6984                        mode      = "C_W_"
     85                                                clusterid = "0"
    7086                        psegname  = "PSEG_ROM"
    7187                        ident     = "1" >
     
    7894                        vbase     = "0xbfc0c000"
    7995                        mode      = "C_W_"
     96                                                clusterid = "0"
    8097                        psegname  = "PSEG_ROM"
    8198                        ident     = "1" >
     
    89106                        vbase     = "0x80000000"
    90107                        mode      = "CX__"
     108                                                clusterid = "0"
    91109                        psegname  = "PSEG_RAU"
    92110                        ident     = "0" >
     
    101119                        vbase     = "0x80010000"
    102120                        mode      = "C_W_"
     121                                                clusterid = "0"
    103122                        psegname  = "PSEG_RAU"
    104123                        ident     = "O" >
     
    112131                        vbase     = "0x80080000"
    113132                        mode      = "__W_"
     133                                                clusterid = "0"
    114134                        psegname  = "PSEG_RAU"
    115135                        ident     = "0" >
     
    123143                        vbase     = "0x80090000"
    124144                        mode      = "CX__"
     145                                                clusterid = "0"
    125146                        psegname  = "PSEG_RAU"
    126147                        ident     = "0" >
     
    135156                        vbase     = "0x90000000"
    136157                        mode      = "__W_"
     158                                                clusterid = "0"
    137159                        psegname  = "PSEG_TTY"
    138160                        ident     = "1" >
     
    145167                        vbase     = "0x91000000"
    146168                        mode      = "__W_"
     169                                                clusterid = "0"
    147170                        psegname  = "PSEG_TIM"
    148171                        ident     = "1" >
     
    155178                        vbase     = "0x92000000"
    156179                        mode      = "__W_"
     180                                                clusterid = "0"
    157181                        psegname  = "PSEG_IOC"
    158182                        ident     = "1" >
     
    165189                        vbase     = "0x93000000"
    166190                        mode      = "__W_"
     191                                                clusterid = "0"
    167192                        psegname  = "PSEG_DMA"
    168193                        ident     = "1" >
     
    175200                        vbase     = "0x96000000"
    176201                        mode      = "__W_"
     202                                                clusterid = "0"
    177203                        psegname  = "PSEG_FBF"
    178204                        ident     = "1" >
     
    185211                        vbase     = "0x9F000000"
    186212                        mode      = "__W_"
     213                                                clusterid = "0"
    187214                        psegname  = "PSEG_ICU"
    188215                        ident     = "1" >
     
    200227                                vbase     = "0x00800000"
    201228                                mode      = "__WU"
     229                                                                clusterid = "0"
    202230                                psegname  = "PSEG_RAU" >
    203231                                                            <vobj   name        = "seg_data_router"
     
    210238                                vbase     = "0x00400000"
    211239                                mode      = "CX_U"
     240                                                                clusterid = "0"
    212241                                psegname  = "PSEG_RAU" >
    213242                                                            <vobj   name        = "seg_code_router"
     
    220249                                vbase     = "0x00300000"
    221250                                mode      = "C___"
     251                                                                clusterid = "0"
    222252                                psegname  = "PSEG_RAU" >
    223253                                <vobj   name    = "ptab_router"
     
    230260                                                vbase     = "0x00010000"
    231261                                mode      = "C_WU"
     262                                                                clusterid = "0"
    232263                                psegname  = "PSEG_RAU" >
    233264                                                            <vobj   name        = "stack_producer"
     
    239270                                                vbase     = "0x00020000"
    240271                                mode      = "C_WU"
     272                                                                clusterid = "0"
    241273                                psegname  = "PSEG_RAU" >
    242274                                                            <vobj   name        = "stack_consumer"
     
    248280                                                vbase     = "0x00030000"
    249281                                mode      = "C_WU"
     282                                                                clusterid = "0"
    250283                                psegname  = "PSEG_RAU" >
    251284                                                            <vobj   name        = "stack_router_A"
     
    257290                                                vbase     = "0x00040000"
    258291                                mode      = "C_WU"
     292                                                                clusterid = "0"
    259293                                psegname  = "PSEG_RAU" >
    260294                                                            <vobj   name        = "stack_router_B"
     
    266300                                vbase     = "0x00050000"
    267301                                mode      = "__WU"
     302                                                                clusterid = "0"
    268303                                psegname  = "PSEG_RAU" >
    269304                                                            <vobj   name        = "mwmr_in"
     
    312347                                vbase     = "0x00800000"
    313348                                mode      = "C_WU"
     349                                                                clusterid = "0"
    314350                                psegname  = "PSEG_RAU" >
    315351                                                            <vobj   name        = "seg_data_hello"
     
    322358                                vbase     = "0x00400000"
    323359                                mode      = "CX_U"
     360                                                                clusterid = "0"
    324361                                psegname  = "PSEG_RAU" >
    325362                                                            <vobj   name        = "seg_code_hello"
     
    332369                                vbase     = "0x00300000"
    333370                                mode      = "C___"
     371                                                                clusterid = "0"
    334372                                psegname  = "PSEG_RAU" >
    335373                                <vobj   name    = "ptab"
     
    342380                                vbase     = "0x00000000"
    343381                                mode      = "C_WU"
     382                                                                clusterid = "0"
    344383                                psegname  = "PSEG_RAU" >
    345384                                                            <vobj   name        = "stack"
     
    363402                                vbase     = "0x00800000"
    364403                                mode      = "C_WU"
     404                                                                clusterid = "0"
    365405                                psegname  = "PSEG_RAU" >
    366406                                                            <vobj   name        = "seg_data_pgcd"
     
    373413                                vbase     = "0x00300000"
    374414                                mode      = "C___"
     415                                                                clusterid = "0"
    375416                                psegname  = "PSEG_RAU" >
    376417                                <vobj   name    = "ptab"
     
    383424                                vbase     = "0x00400000"
    384425                                mode      = "CX_U"
     426                                                                clusterid = "0"
    385427                                psegname  = "PSEG_RAU" >
    386428                                                            <vobj   name        = "seg_code_pgcd"
     
    393435                                vbase     = "0x00000000"
    394436                                mode      = "C_WU"
     437                                                                clusterid = "0"
    395438                                psegname  = "PSEG_RAU" >
    396439                                                            <vobj   name        = "stack"
     
    413456                                vbase     = "0x00800000"
    414457                                mode      = "C_WU"
     458                                                                clusterid = "0"
    415459                                psegname  = "PSEG_RAU" >
    416460                                                            <vobj   name        = "seg_data_display"
     
    423467                                vbase     = "0x00300000"
    424468                                mode      = "C___"
     469                                                                clusterid = "0"
    425470                                psegname  = "PSEG_RAU" >
    426471                                <vobj   name    = "ptab"
     
    433478                                vbase     = "0x00400000"
    434479                                mode      = "CX_U"
     480                                                                clusterid = "0"
    435481                                psegname  = "PSEG_RAU" >
    436482                                                            <vobj   name        = "seg_code_display"
     
    443489                                vbase     = "0x00000000"
    444490                                mode      = "C_WU"
     491                                                                clusterid = "0"
    445492                                psegname  = "PSEG_RAU" >
    446493                                                            <vobj   name        = "stack_display"
Note: See TracChangeset for help on using the changeset viewer.