Ignore:
Timestamp:
Sep 2, 2013, 11:18:14 AM (11 years ago)
Author:
alain
Message:

Removing three unsused registers in TGT_CMD FSM.

Location:
trunk/modules/vci_mem_cache/caba/source
Files:
2 edited

Legend:

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

    r505 r507  
    595595
    596596      sc_signal<int>         r_tgt_cmd_fsm;
    597       sc_signal<size_t>      r_tgt_cmd_srcid;           // srcid for response to config
    598       sc_signal<size_t>      r_tgt_cmd_trdid;           // trdid for response to config
    599       sc_signal<size_t>      r_tgt_cmd_pktid;           // pktid for response to config
    600597
    601598      ///////////////////////////////////////////////////////
  • trunk/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp

    r505 r507  
    11791179                        error            = 0;
    11801180                        r_config_lock    = true;
    1181                         if (rdata == 0)
    1182                         {
    1183                             r_tgt_cmd_srcid = p_vci_tgt.srcid.read();
    1184                             r_tgt_cmd_trdid = p_vci_tgt.trdid.read();
    1185                             r_tgt_cmd_pktid = p_vci_tgt.pktid.read();
    1186                         }
    11871181                    }
    11881182                    else if ((p_vci_tgt.cmd.read() == vci_param_int::CMD_WRITE)  // release lock
Note: See TracChangeset for help on using the changeset viewer.