Ignore:
Timestamp:
Apr 11, 2014, 3:09:22 PM (10 years ago)
Author:
haoliu
Message:

MESI bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MESI/modules/vci_mem_cache/caba/source/include/vci_mem_cache.h

    r670 r675  
    850850      sc_signal<bool>     r_read_to_cc_send_brdcast_req;    // bd inval
    851851      sc_signal<bool>     r_read_to_cc_send_type;    //cc inval or cc updt     
     852      sc_signal<bool>     r_read_to_cc_send_is_shared;    //line is or not shared     
    852853
    853854      //RWT: Buffer between READ fsm and CLEANUP fsm (wait for the data coming from L1 cache)
     
    10391040      sc_signal<size_t>   r_cleanup_to_tgt_rsp_pktid; // transaction pktid
    10401041      sc_signal<addr_t>   r_cleanup_to_tgt_rsp_ll_key;
     1042      sc_signal<addr_t>   r_cleanup_to_tgt_rsp_nline;
    10411043
    10421044      sc_signal<bool>     r_cleanup_to_tgt_rsp_type;
Note: See TracChangeset for help on using the changeset viewer.