Changeset 20 for trunk/modules/vci_cc_xcache_wrapper/caba/metadata
- Timestamp:
- Apr 14, 2010, 5:27:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_xcache_wrapper/caba/metadata/vci_cc_xcache_wrapper.sd
r2 r20 33 33 instance_parameters = [ 34 34 parameter.Int('proc_id'), 35 parameter.Module('mt', 'common:mapping_table' , auto='env:mapping_table'),35 parameter.Module('mt', 'common:mapping_table'), 36 36 parameter.IntTab('initiator_index'), 37 parameter.IntTab('target_index t'),37 parameter.IntTab('target_index'), 38 38 parameter.Int('icache_ways'), 39 39 parameter.Int('icache_sets'), … … 44 44 ], 45 45 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 ], 50 54 ) 51 55
Note: See TracChangeset
for help on using the changeset viewer.