Changeset 20


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

Update DSX metadata

Location:
trunk/modules
Files:
19 edited

Legend:

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

    r2 r20  
    3939        'dsx:addressable=tgtid',
    4040        'dsx:max_segments=1',
    41         'dsx:get_ident=tgtid:p_vci_target,srcid:p_vci_initiator',
     41        'dsx:get_ident=tgtid:p_vci_target:mt,srcid:p_vci_initiator:mt',
    4242   ],
    4343)
  • trunk/modules/vci_block_device_tsar_v2/caba/metadata/vci_block_device_tsar_v2.sd

    r2 r20  
    3939        'dsx:addressable=tgtid',
    4040        'dsx:max_segments=1',
    41         'dsx:get_ident=tgtid:p_vci_target,srcid:p_vci_initiator',
     41        'dsx:get_ident=tgtid:p_vci_target:mt,srcid:p_vci_initiator:mt',
    4242   ],
    4343)
  • trunk/modules/vci_cc_vcache_wrapper2/caba/metadata/vci_cc_vcache_wrapper2.sd

    r2 r20  
    3535        instance_parameters = [
    3636        parameter.Int('proc_id'),
    37         parameter.Module('mt', 'common:mapping_table', auto='env:mapping_table'),
    38         parameter.Module('mc', 'common:mapping_table', auto='env:mapping_table'),
     37        parameter.Module('mt', 'common:mapping_table'),
     38        parameter.Module('mc', 'common:mapping_table'),
    3939        parameter.IntTab('initiator_index'),
    4040        parameter.IntTab('target_index'),
     
    5252        ],
    5353           extensions = [
    54         'dsx:get_ident=initiator_index:p_vci_ini',
     54        'dsx:get_ident='
     55        'initiator_index:p_vci_ini:mt,'
     56        'target_index:p_vci_tgt:mc',
    5557        'dsx:cpu=wrapper:iss_t',
     58        'dsx:addressable=target_index',
     59    'dsx:on_segment=mc:add_index:initiator_index',
    5660        'dsx:mapping_type=processor:proc_id',
    5761   ],
  • trunk/modules/vci_cc_vcache_wrapper2_multi/caba/metadata/vci_cc_vcache_wrapper2_multi.sd

    r4 r20  
    3636        instance_parameters = [
    3737        parameter.Int('proc_id'),
    38         parameter.Module('mt', 'common:mapping_table', auto='env:mapping_table'),
    39         parameter.Module('mc', 'common:mapping_table', auto='env:mapping_table'),
     38        parameter.Module('mt', 'common:mapping_table'),
     39        parameter.Module('mc', 'common:mapping_table'),
    4040        parameter.IntTab('initiator_rw_index'),
    4141        parameter.IntTab('initiator_c_index'),
     
    5555        ],
    5656           extensions = [
    57         'dsx:get_ident=initiator_index:p_vci_ini_rw',
     57        'dsx:get_ident='
     58        'initiator_rw_index:p_vci_ini_rw:mt,'
     59        'initiator_c_index:p_vci_ini_c:mc,'
     60        'target_index:p_vci_tgt:mc',
    5861        'dsx:cpu=wrapper:iss_t',
     62        'dsx:addressable=target_index',
     63    'dsx:on_segment=mc:add_index:initiator_rw_index',
    5964        'dsx:mapping_type=processor:proc_id',
    6065   ],
  • trunk/modules/vci_cc_vcache_wrapper2_ring/caba/metadata/vci_cc_vcache_wrapper2_ring.sd

    r2 r20  
    3636        instance_parameters = [
    3737        parameter.Int('proc_id'),
    38         parameter.Module('mt', 'common:mapping_table', auto='env:mapping_table'),
     38        parameter.Module('mt', 'common:mapping_table'),
    3939        parameter.IntTab('initiator_rw_index'),
    4040        parameter.IntTab('initiator_c_index'),
     
    5353        ],
    5454           extensions = [
    55         'dsx:get_ident=initiator_index:p_vci_ini_rw',
     55        'dsx:get_ident='
     56        'initiator_rw_index:p_vci_ini_rw:mt,'
     57        'initiator_c_index:p_vci_ini_c:mt,'
     58        'target_index:p_vci_tgt:mt',
    5659        'dsx:cpu=wrapper:iss_t',
     60        'dsx:addressable=target_index',
     61    'dsx:on_segment=mc:add_index:initiator_rw_index',
    5762        'dsx:mapping_type=processor:proc_id',
    5863   ],
  • trunk/modules/vci_cc_vcache_wrapper2_v1/caba/metadata/vci_cc_vcache_wrapper2_v1.sd

    r2 r20  
    3636        instance_parameters = [
    3737        parameter.Int('proc_id'),
    38         parameter.Module('mt', 'common:mapping_table', auto='env:mapping_table'),
    39         parameter.Module('mc', 'common:mapping_table', auto='env:mapping_table'),
     38        parameter.Module('mt', 'common:mapping_table'),
     39        parameter.Module('mc', 'common:mapping_table'),
    4040        parameter.IntTab('initiator_rw_index'),
    4141        parameter.IntTab('initiator_c_index'),
     
    5454        ],
    5555           extensions = [
    56         'dsx:get_ident=initiator_index:p_vci_ini_rw',
     56        'dsx:get_ident='
     57        'initiator_rw_index:p_vci_ini_rw:mt,'
     58        'initiator_c_index:p_vci_ini_c:mc,'
     59        'target_index:p_vci_tgt:mc',
    5760        'dsx:cpu=wrapper:iss_t',
     61        'dsx:addressable=target_index',
     62    'dsx:on_segment=mc:add_index:initiator_rw_index',
    5863        'dsx:mapping_type=processor:proc_id',
    5964   ],
  • 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
  • trunk/modules/vci_cc_xcache_wrapper_multi/caba/metadata/vci_cc_xcache_wrapper_multi.sd

    r2 r20  
    2626        ports = [
    2727                Port('caba:vci_initiator', 'p_vci_ini_d'),
    28     Port('caba:vci_initiator', 'p_vci_ini_c'),
     28        Port('caba:vci_initiator', 'p_vci_ini_c'),
    2929                Port('caba:vci_target', 'p_vci_tgt'),
    3030                Port('caba:bit_in', 'p_irq', parameter.Constant('n_irq')),
     
    4949                ],
    5050           extensions = [
    51                 'dsx:get_ident=initiator_index:p_vci_ini_rw',
    52                 'dsx:cpu=wrapper:iss_t',
    53                 'dsx:mapping_type=processor:proc_id',
    54                 ],
     51        'dsx:get_ident='
     52        'initiator_rw_index:p_vci_ini_d:mt,'
     53        'initiator_c_index:p_vci_ini_c:mc,'
     54        'target_index:p_vci_tgt:mc',
     55        'dsx:cpu=wrapper:iss_t',
     56        'dsx:addressable=target_index',
     57    'dsx:on_segment=mc:add_index:initiator_rw_index',
     58        'dsx:mapping_type=processor:proc_id',
     59   ],
    5560)
    5661
  • trunk/modules/vci_cc_xcache_wrapper_v1/caba/metadata/vci_cc_xcache_wrapper_v1.sd

    r2 r20  
    4747                ],
    4848           extensions = [
    49                 'dsx:get_ident=initiator_index:p_vci_ini_rw',
    50                 'dsx:cpu=wrapper:iss_t',
    51                 'dsx:mapping_type=processor:proc_id',
    52                 ],
     49        'dsx:get_ident='
     50        'initiator_rw_index:p_vci_ini_rw:mt,'
     51        'initiator_c_index:p_vci_ini_c:mc,'
     52        'target_index:p_vci_tgt:mc',
     53        'dsx:cpu=wrapper:iss_t',
     54        'dsx:addressable=target_index',
     55    'dsx:on_segment=mc:add_index:initiator_rw_index',
     56        'dsx:mapping_type=processor:proc_id',
     57   ],
    5358)
    5459
  • trunk/modules/vci_cc_xcache_wrapper_v4/caba/metadata/vci_cc_xcache_wrapper_v4.sd

    r2 r20  
    2626        ports = [
    2727                Port('caba:vci_initiator', 'p_vci_ini_rw'),
    28     Port('caba:vci_initiator', 'p_vci_ini_c'),
     28        Port('caba:vci_initiator', 'p_vci_ini_c'),
    2929                Port('caba:vci_target', 'p_vci_tgt'),
    3030                Port('caba:bit_in', 'p_irq', parameter.Constant('n_irq')),
     
    4747                ],
    4848           extensions = [
    49                 'dsx:get_ident=initiator_index:p_vci_ini_rw',
    50                 'dsx:cpu=wrapper:iss_t',
    51                 'dsx:mapping_type=processor:proc_id',
    52                 ],
     49        'dsx:get_ident='
     50        'initiator_rw_index:p_vci_ini_rw:mt,'
     51        'initiator_c_index:p_vci_ini_c:mc,'
     52        'target_index:p_vci_tgt:mc',
     53        'dsx:cpu=wrapper:iss_t',
     54        'dsx:addressable=target_index',
     55    'dsx:on_segment=mc:add_index:initiator_rw_index',
     56        'dsx:mapping_type=processor:proc_id',
     57   ],
    5358)
    5459
  • trunk/modules/vci_dma_tsar/caba/metadata/vci_dma_tsar.sd

    r2 r20  
    3939        'dsx:addressable=tgtid',
    4040        'dsx:max_segments=1',
    41         'dsx:get_ident=srcid:p_vci_target,tgtid:p_vci_initiator',
     41        'dsx:get_ident=tgtid:p_vci_target:mt,srcid:p_vci_initiator:mt',
    4242   ],
    4343)
  • trunk/modules/vci_dma_tsar_v2/caba/metadata/vci_dma_tsar_v2.sd

    r2 r20  
    3939        'dsx:addressable=tgtid',
    4040        'dsx:max_segments=1',
    41         'dsx:get_ident=srcid:p_vci_target,tgtid:p_vci_initiator',
     41        'dsx:get_ident=tgtid:p_vci_target:mt,srcid:p_vci_initiator:mt',
    4242   ],
    4343)
  • trunk/modules/vci_local_ring_network_2/caba/metadata/vci_local_ring_network_2.sd

    r8 r20  
    2424        ],
    2525        instance_parameters = [
    26                 parameter.Module('mt', 'common:mapping_table', auto='env:mapping_table'),
     26                parameter.Module('mt', 'common:mapping_table'),
    2727                parameter.IntTab('ringid'),
    2828                parameter.Int('wrapper_fifo_depth'),
  • trunk/modules/vci_mem_cache/caba/metadata/vci_mem_cache.sd

    r2 r20  
    2020               ],
    2121       ports = [Port('caba:vci_target', 'p_vci_tgt'),
    22                 Port('caba:vci_initiator','p_vci_init'),
     22                Port('caba:vci_initiator','p_vci_init'),
    2323                Port('caba:bit_in', 'p_resetn', auto = 'resetn'),
    2424                Port('caba:clock_in', 'p_clk', auto = 'clock'),],
    25        extensions = ['dsx:get_ident=ident:p_vci',],
    2625)
  • trunk/modules/vci_mem_cache_v1/caba/metadata/vci_mem_cache_v1.sd

    r2 r20  
    3737                parameter.Int('nwords'),
    3838                ],
    39        extensions = ['dsx:get_ident=initiator_index:p_vci_ini',],
     39       extensions = [
     40          'dsx:get_ident='
     41          'vci_ini_index:p_vci_ini:mtc,'
     42          'vci_tgt_index_cleanup:p_vci_tgt_cleanup:mtc,'
     43          'vci_tgt_index:p_vci_tgt:mtp,'
     44          'vci_ixr_index:p_vci_ixr:mtx',
     45                'dsx:addressable=vci_tgt_index,vci_tgt_index_cleanup',
     46       ],
    4047)
  • trunk/modules/vci_mem_cache_v2/caba/metadata/vci_mem_cache_v2.sd

    r2 r20  
    3737                parameter.Int('nwords'),
    3838                ],
    39        extensions = ['dsx:get_ident=initiator_index:p_vci_ini',],
     39       extensions = [
     40          'dsx:get_ident='
     41          'vci_ini_index:p_vci_ini:mtc,'
     42          'vci_tgt_index_cleanup:p_vci_tgt_cleanup:mtc,'
     43          'vci_tgt_index:p_vci_tgt:mtp,'
     44          'vci_ixr_index:p_vci_ixr:mtx',
     45                'dsx:addressable=vci_tgt_index,vci_tgt_index_cleanup',
     46       ],
    4047)
  • trunk/modules/vci_mem_cache_v3/caba/metadata/vci_mem_cache_v3.sd

    r2 r20  
    3838                parameter.Int('heap_size'),
    3939                ],
    40        extensions = ['dsx:get_ident=initiator_index:p_vci_ini',],
     40       extensions = [
     41          'dsx:get_ident='
     42          'vci_ini_index:p_vci_ini:mtc,'
     43          'vci_tgt_index_cleanup:p_vci_tgt_cleanup:mtc,'
     44          'vci_tgt_index:p_vci_tgt:mtp,'
     45          'vci_ixr_index:p_vci_ixr:mtx',
     46                'dsx:addressable=vci_tgt_index,vci_tgt_index_cleanup',
     47       ],
    4148)
  • trunk/modules/vci_mem_cache_v4/caba/metadata/vci_mem_cache_v4.sd

    r2 r20  
    3737                parameter.Int('heap_size'),
    3838                ],
    39        extensions = ['dsx:get_ident=initiator_index:p_vci_ini',],
     39       extensions = [
     40          'dsx:get_ident='
     41          'vci_ini_index:p_vci_ini:mtc,'
     42          'vci_tgt_index_cleanup:p_vci_tgt_cleanup:mtc,'
     43          'vci_tgt_index:p_vci_tgt:mtp,'
     44          'vci_ixr_index:p_vci_ixr:mtx',
     45                'dsx:addressable=vci_tgt_index,vci_tgt_index_cleanup',
     46       ],
    4047)
  • trunk/modules/vci_simple_ring_network_2/caba/metadata/vci_simple_ring_network_2.sd

    r8 r20  
    2121        ],
    2222        instance_parameters = [
    23                 parameter.Module('mt', 'common:mapping_table', auto='env:mapping_table'),
     23                parameter.Module('mt', 'common:mapping_table'),
    2424                parameter.IntTab('ringid'),
    2525                parameter.Int('wrapper_fifo_depth'),
Note: See TracChangeset for help on using the changeset viewer.