Ignore:
Timestamp:
Jul 17, 2013, 12:13:51 PM (11 years ago)
Author:
cfuguet
Message:

Modifications in branches/v5/communication/dspin_dhccp_param:

  • Renaming FROM_MC fields in M2P
  • Renaming FROM_L1 fields in P2M
  • Renaming CLEANUP_ACK fields in CLACK

Modifications in branches/v5/modules/vci_mem_cache:

  • Introducing third port for the CLACK network.
  • CLEANUP FSM is no more a CC_SEND FSM client.
  • CLEANUP FSM controls directly the p_dspin_clack port
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v5/modules/vci_mem_cache/caba/metadata/vci_mem_cache.sd

    r441 r442  
    55__version__ = "$Revision: 295 $"
    66
    7 Module('caba:vci_mem_cache_branch',
     7Module('caba:vci_mem_cache',
    88        classname = 'soclib::caba::VciMemCache',
    99
     
    4848            Port('caba:vci_target'   , 'p_vci_tgt'),
    4949            Port('caba:vci_initiator', 'p_vci_ixr'),
    50             Port('caba:dspin_p2m',
     50            Port('caba:dspin_input',
    5151                'p_dspin_p2m',
    5252                dspin_data_size = parameter.Reference('dspin_in_width')
    5353            ),
    54             Port('caba:dspin_m2p',
     54            Port('caba:dspin_output',
    5555                'p_dspin_m2p',
    5656                dspin_data_size = parameter.Reference('dspin_out_width')
    5757            ),
    58             Port('caba:dspin_clack',
     58            Port('caba:dspin_output',
    5959                'p_dspin_clack',
    6060                dspin_data_size = parameter.Reference('dspin_out_width')
Note: See TracChangeset for help on using the changeset viewer.