Ignore:
Timestamp:
Apr 14, 2010, 5:27:59 AM (14 years ago)
Author:
nipo
Message:

Update DSX metadata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_cc_xcache_wrapper/caba/metadata/vci_cc_xcache_wrapper.sd

    r2 r20  
    3333        instance_parameters = [
    3434                parameter.Int('proc_id'),
    35                 parameter.Module('mt', 'common:mapping_table', auto='env:mapping_table'),
     35                parameter.Module('mt', 'common:mapping_table'),
    3636                parameter.IntTab('initiator_index'),
    37                 parameter.IntTab('target_indext'),
     37                parameter.IntTab('target_index'),
    3838                parameter.Int('icache_ways'),
    3939                parameter.Int('icache_sets'),
     
    4444                ],
    4545           extensions = [
    46                 'dsx:get_ident=initiator_index:p_vci_ini',
    47                 'dsx:cpu=wrapper:iss_t',
    48                 'dsx:mapping_type=processor:proc_id',
    49                 ],
     46        'dsx:get_ident='
     47        'initiator_index:p_vci_ini:mc,'
     48        'target_index:p_vci_tgt:mc',
     49        'dsx:cpu=wrapper:iss_t',
     50        'dsx:addressable=target_index',
     51    'dsx:on_segment=mc:add_index:initiator_index',
     52        'dsx:mapping_type=processor:proc_id',
     53   ],
    5054)
    5155
Note: See TracChangeset for help on using the changeset viewer.