- Timestamp:
- Apr 20, 2010, 7:33:49 PM (15 years ago)
- Location:
- trunk/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_xcache_wrapper_v1/caba/metadata/vci_cc_xcache_wrapper_v1.sd
r20 r26 34 34 instance_parameters = [ 35 35 parameter.Int('proc_id'), 36 parameter.Module('mtp' , 'common:mapping_table'),37 parameter.Module('mtc' , 'common:mapping_table'),36 parameter.Module('mtp'), 37 parameter.Module('mtc'), 38 38 parameter.IntTab('initiator_rw_index'), 39 39 parameter.IntTab('initiator_c_index'), … … 48 48 extensions = [ 49 49 'dsx:get_ident=' 50 'initiator_rw_index:p_vci_ini_rw:mt ,'51 'initiator_c_index:p_vci_ini_c:m c,'52 'target_index:p_vci_tgt:m c',50 'initiator_rw_index:p_vci_ini_rw:mtp,' 51 'initiator_c_index:p_vci_ini_c:mtc,' 52 'target_index:p_vci_tgt:mtc', 53 53 'dsx:cpu=wrapper:iss_t', 54 54 'dsx:addressable=target_index', 55 'dsx:on_segment=mc:add_index:initiator_rw_index',55 'dsx:on_segment=mc:add_index:initiator_rw_index', 56 56 'dsx:mapping_type=processor:proc_id', 57 57 ], -
trunk/modules/vci_mem_cache_v1/caba/metadata/vci_mem_cache_v1.sd
r20 r26 26 26 Port('caba:clock_in', 'p_clk', auto = 'clock'),], 27 27 instance_parameters = [ 28 parameter.Module('mtp' , 'common:mapping_table'),29 parameter.Module('mtc' , 'common:mapping_table'),30 parameter.Module('mtx' , 'common:mapping_table'),28 parameter.Module('mtp'), 29 parameter.Module('mtc'), 30 parameter.Module('mtx'), 31 31 parameter.IntTab('vci_ixr_index'), 32 32 parameter.IntTab('vci_ini_index'), … … 43 43 'vci_tgt_index:p_vci_tgt:mtp,' 44 44 'vci_ixr_index:p_vci_ixr:mtx', 45 45 'dsx:addressable=vci_tgt_index,vci_tgt_index_cleanup', 46 46 ], 47 47 )
Note: See TracChangeset
for help on using the changeset viewer.