Ignore:
Timestamp:
Sep 1, 2013, 7:49:00 PM (11 years ago)
Author:
cfuguet
Message:

Modifications in vci_mem_cache:

  • Erasing the unnecessary registers r_write_to_ixr_cmd_put and r_cas_to_ixr_cmd_put. The IXR_CMD FSM can get this information from the xram_read bit stored in the TRT entries.
  • In the IXR_CMD FSM, the r_ixr_cmd_wdata does not need to be written when it is a GET request.
File:
1 edited

Legend:

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

    r504 r505  
    716716      // Buffer between WRITE fsm and IXR_CMD fsm
    717717      sc_signal<bool>     r_write_to_ixr_cmd_req;     // valid request
    718       sc_signal<bool>     r_write_to_ixr_cmd_put;     // request type (GET/PUT)
    719718      sc_signal<size_t>   r_write_to_ixr_cmd_index;   // TRT index
    720719
     
    820819      // Buffer between CAS fsm and IXR_CMD fsm
    821820      sc_signal<bool>     r_cas_to_ixr_cmd_req;   // valid request
    822       sc_signal<bool>     r_cas_to_ixr_cmd_put;   // request type (GET/PUT)
    823821      sc_signal<size_t>   r_cas_to_ixr_cmd_index; // TRT index
    824822
Note: See TracChangeset for help on using the changeset viewer.