Changeset 188 for trunk/modules/vci_cc_xcache_wrapper_v4/caba/metadata
- Timestamp:
- Jan 8, 2012, 2:36:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_xcache_wrapper_v4/caba/metadata/vci_cc_xcache_wrapper_v4.sd
r165 r188 23 23 Uses('caba:multi_write_buffer'), 24 24 Uses('caba:generic_fifo'), 25 Uses('caba:generic_cam'), 25 26 Uses('caba:generic_cache', addr_t = 'uint32_t'), 26 27 ], 27 28 ports = [ 28 Port('caba:vci_initiator', 'p_vci_ini_ rw'),29 Port('caba:vci_initiator', 'p_vci_ini_d'), 29 30 Port('caba:vci_initiator', 'p_vci_ini_c'), 30 Port('caba:vci_target', 'p_vci_tgt '),31 Port('caba:vci_target', 'p_vci_tgt_c'), 31 32 Port('caba:bit_in', 'p_irq', parameter.Constant('n_irq')), 32 33 Port('caba:bit_in', 'p_resetn', auto = 'resetn'), … … 35 36 instance_parameters = [ 36 37 parameter.Int('proc_id'), 37 parameter.Module('mt p', 'common:mapping_table'),38 parameter.Module('mtd', 'common:mapping_table'), 38 39 parameter.Module('mtc', 'common:mapping_table'), 39 parameter.IntTab('initiator_ rw_index'),40 parameter.IntTab('initiator_ c_index'),41 parameter.IntTab('target_index '),40 parameter.IntTab('initiator_index_d'), 41 parameter.IntTab('initiator_index_c'), 42 parameter.IntTab('target_index_c'), 42 43 parameter.Int('icache_ways'), 43 44 parameter.Int('icache_sets'), … … 46 47 parameter.Int('dcache_sets'), 47 48 parameter.Int('dcache_words'), 48 parameter.Int('ram_width_access'),49 49 parameter.Int('wbuf_nwords'), 50 50 parameter.Int('wbuf_nlines'), 51 parameter.Int(' wbuf_timeout'),51 parameter.Int('max_frozen_cycles'), 52 52 ], 53 53 extensions = [ 54 54 'dsx:get_ident=' 55 'initiator_ rw_index:p_vci_ini_rw:mt,'56 'initiator_ c_index:p_vci_ini_c:mc,'57 'target_index :p_vci_tgt:mc',55 'initiator_index_d:p_vci_ini_d:mtd,' 56 'initiator_index_c:p_vci_ini_c:mtc' 57 'target_index_c:p_vci_tgt_c:mtc', 58 58 'dsx:cpu=wrapper:iss_t', 59 'dsx:addressable=target_index ',60 'dsx:on_segment=m c:add_index:initiator_rw_index',59 'dsx:addressable=target_index_c', 60 'dsx:on_segment=mtc:add_index:initiator_index_d', 61 61 'dsx:mapping_type=processor:proc_id', 62 62 ],
Note: See TracChangeset
for help on using the changeset viewer.