Ignore:
Timestamp:
Aug 3, 2012, 7:59:32 PM (12 years ago)
Author:
alain
Message:

ntroducing a segmentation violation checking

File:
1 edited

Legend:

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

    r222 r245  
    430430      sc_signal<int>         r_tgt_cmd_fsm;
    431431
    432       size_t nseg;
    433       size_t ncseg;
     432      size_t                   m_nseg;
     433      size_t                   m_ncseg;
    434434      soclib::common::Segment  **m_seg;
    435435      soclib::common::Segment  **m_cseg;
     436
    436437      ///////////////////////////////////////////////////////
    437438      // Registers controlled by the READ fsm
Note: See TracChangeset for help on using the changeset viewer.