Index: trunk/modules/vci_cc_xcache_wrapper/caba/metadata/vci_cc_xcache_wrapper.sd
===================================================================
--- trunk/modules/vci_cc_xcache_wrapper/caba/metadata/vci_cc_xcache_wrapper.sd	(revision 2)
+++ trunk/modules/vci_cc_xcache_wrapper/caba/metadata/vci_cc_xcache_wrapper.sd	(revision 20)
@@ -33,7 +33,7 @@
 	instance_parameters = [
 		parameter.Int('proc_id'),
-		parameter.Module('mt', 'common:mapping_table', auto='env:mapping_table'),
+		parameter.Module('mt', 'common:mapping_table'),
 		parameter.IntTab('initiator_index'),
-		parameter.IntTab('target_indext'),
+		parameter.IntTab('target_index'),
 		parameter.Int('icache_ways'),
 		parameter.Int('icache_sets'),
@@ -44,8 +44,12 @@
 		],
 	   extensions = [
-		'dsx:get_ident=initiator_index:p_vci_ini',
-		'dsx:cpu=wrapper:iss_t',
-		'dsx:mapping_type=processor:proc_id',
-		],
+	'dsx:get_ident='
+        'initiator_index:p_vci_ini:mc,'
+        'target_index:p_vci_tgt:mc',
+	'dsx:cpu=wrapper:iss_t',
+	'dsx:addressable=target_index',
+    'dsx:on_segment=mc:add_index:initiator_index',
+	'dsx:mapping_type=processor:proc_id',
+   ],
 )
 
