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/source/include/vci_mem_cache.h

    r441 r442  
    125125        CC_SEND_WRITE_IDLE,
    126126        CC_SEND_CAS_IDLE,
    127         CC_SEND_CLEANUP_IDLE,
    128127        CC_SEND_CONFIG_INVAL_HEADER,
    129128        CC_SEND_CONFIG_INVAL_NLINE,
    130129        CC_SEND_CONFIG_BRDCAST_HEADER,
    131130        CC_SEND_CONFIG_BRDCAST_NLINE,
    132         CC_SEND_CLEANUP_ACK,
    133131        CC_SEND_XRAM_RSP_BRDCAST_HEADER,
    134132        CC_SEND_XRAM_RSP_BRDCAST_NLINE,
     
    790788      sc_signal<size_t>   r_cleanup_to_tgt_rsp_pktid; // transaction pktid
    791789
    792       // Buffer between CLEANUP fsm and CC_SEND fsm (acknowledge a cleanup command from L1)
    793       sc_signal<bool>     r_cleanup_to_cc_send_req;       // valid request
    794       sc_signal<size_t>   r_cleanup_to_cc_send_srcid;     // L1 srcid
    795       sc_signal<size_t>   r_cleanup_to_cc_send_set_index; // L1 set index
    796       sc_signal<size_t>   r_cleanup_to_cc_send_way_index; // L1 way index
    797       sc_signal<bool>     r_cleanup_to_cc_send_inst;      // Instruction Cleanup Ack
    798 
    799790      ///////////////////////////////////////////////////////
    800791      // Registers controlled by CAS fsm
Note: See TracChangeset for help on using the changeset viewer.