Ignore:
Timestamp:
Mar 26, 2013, 11:15:25 AM (11 years ago)
Author:
joannou
Message:

Added llsc table initialization in both vci_mem_cache and vci_mem_cache_dspin_coherence components'reset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v5/modules/vci_mem_cache_dspin_coherence/caba/source/src/vci_mem_cache_dspin_coherence.cpp

    r333 r335  
    668668    m_transaction_tab.init();
    669669    m_update_tab.init();
     670    m_llsc_table.init();
    670671
    671672    // initializing FIFOs and communication Buffers
     
    13351336        }
    13361337#endif
    1337 /**/
     1338/*
    13381339          if(m_monitor_ok)
    13391340          {
     
    13421343            check_monitor_read(buf, m_cmd_read_addr_fifo.read());
    13431344          }
    1344 /**/
     1345*/
    13451346        r_read_fsm = READ_DIR_REQ;
    13461347      }
Note: See TracChangeset for help on using the changeset viewer.