- Timestamp:
- Apr 19, 2015, 5:19:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/modules/vci_mem_cache/caba/source/include/vci_mem_cache.h
r915 r985 549 549 550 550 // Component attributes 551 std::list<soclib::common::Segment> m_seglist; // segments allocated552 551 size_t m_nseg; // number of segments 553 soclib::common::Segment **m_seg; // array of segments pointers554 size_t m_seg_config; // config segment index555 552 const size_t m_srcid_x; // global index on RAM network 556 553 const size_t m_initiators; // Number of initiators … … 587 584 588 585 // broadcast address 589 uint32_t 586 uint32_t m_broadcast_boundaries; 590 587 591 588 // configuration interface constants 589 soclib::common::Segment* m_config_seg; 592 590 const uint32_t m_config_addr_mask; 593 591 const uint32_t m_config_regr_width;
Note: See TracChangeset
for help on using the changeset viewer.