Ignore:
Timestamp:
Apr 19, 2015, 5:19:35 PM (9 years ago)
Author:
cfuguet
Message:

reconf: mask the global bits of the configuration segment

  • This allow to handle configuration requests for reallocated segments.
File:
1 edited

Legend:

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

    r915 r985  
    549549
    550550      // Component attributes
    551       std::list<soclib::common::Segment> m_seglist;          // segments allocated
    552551      size_t                             m_nseg;             // number of segments
    553       soclib::common::Segment            **m_seg;            // array of segments pointers
    554       size_t                             m_seg_config;       // config segment index
    555552      const size_t                       m_srcid_x;          // global index on RAM network
    556553      const size_t                       m_initiators;       // Number of initiators
     
    587584
    588585      // broadcast address
    589       uint32_t                           m_broadcast_boundaries;
     586      uint32_t m_broadcast_boundaries;
    590587
    591588      // configuration interface constants
     589      soclib::common::Segment* m_config_seg;
    592590      const uint32_t m_config_addr_mask;
    593591      const uint32_t m_config_regr_width;
Note: See TracChangeset for help on using the changeset viewer.