Changeset 542 for branches/RWT/modules


Ignore:
Timestamp:
Oct 3, 2013, 4:43:57 PM (10 years ago)
Author:
haoliu
Message:

RWT - merged the vci_mem_cache.h file for the llsc table.

File:
1 edited

Legend:

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

    r495 r542  
    824824      sc_signal<size_t>   r_write_upt_index;          // index in Update Table
    825825      sc_signal<bool>     r_write_sc_fail;            // sc command failed
    826       sc_signal<bool>     r_write_pending_sc;         // sc command pending
    827 
     826      //sc_signal<bool>     r_write_pending_sc;         // sc command pending
     827      sc_signal<data_t>   r_write_sc_key;             // sc key
     828 
    828829      // Buffer between WRITE fsm and TGT_RSP fsm (acknowledge a write command from L1)
    829830      sc_signal<bool>     r_write_to_tgt_rsp_req;     // valid request
Note: See TracChangeset for help on using the changeset viewer.