Changeset 442 for branches/v5/modules/vci_mem_cache/caba/metadata
- Timestamp:
- Jul 17, 2013, 12:13:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/modules/vci_mem_cache/caba/metadata/vci_mem_cache.sd
r441 r442 5 5 __version__ = "$Revision: 295 $" 6 6 7 Module('caba:vci_mem_cache _branch',7 Module('caba:vci_mem_cache', 8 8 classname = 'soclib::caba::VciMemCache', 9 9 … … 48 48 Port('caba:vci_target' , 'p_vci_tgt'), 49 49 Port('caba:vci_initiator', 'p_vci_ixr'), 50 Port('caba:dspin_ p2m',50 Port('caba:dspin_input', 51 51 'p_dspin_p2m', 52 52 dspin_data_size = parameter.Reference('dspin_in_width') 53 53 ), 54 Port('caba:dspin_ m2p',54 Port('caba:dspin_output', 55 55 'p_dspin_m2p', 56 56 dspin_data_size = parameter.Reference('dspin_out_width') 57 57 ), 58 Port('caba:dspin_ clack',58 Port('caba:dspin_output', 59 59 'p_dspin_clack', 60 60 dspin_data_size = parameter.Reference('dspin_out_width')
Note: See TracChangeset
for help on using the changeset viewer.