Changeset 441 for branches/v5/modules/vci_mem_cache/caba/metadata
- Timestamp:
- Jul 17, 2013, 10:54:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/modules/vci_mem_cache/caba/metadata/vci_mem_cache.sd
r440 r441 5 5 __version__ = "$Revision: 295 $" 6 6 7 Module('caba:vci_mem_cache ',7 Module('caba:vci_mem_cache_branch', 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_ input',51 'p_dspin_ in',50 Port('caba:dspin_p2m', 51 'p_dspin_p2m', 52 52 dspin_data_size = parameter.Reference('dspin_in_width') 53 53 ), 54 Port('caba:dspin_output', 55 'p_dspin_out', 54 Port('caba:dspin_m2p', 55 'p_dspin_m2p', 56 dspin_data_size = parameter.Reference('dspin_out_width') 57 ), 58 Port('caba:dspin_clack', 59 'p_dspin_clack', 56 60 dspin_data_size = parameter.Reference('dspin_out_width') 57 61 ),
Note: See TracChangeset
for help on using the changeset viewer.