Changeset 88 for trunk/IPs/systemC/Environment/Data/include
- Timestamp:
- Dec 10, 2008, 7:31:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/Environment/Data/include/Segment.h
r81 r88 39 39 public : void read (uint32_t address, uint32_t size, char * & data_dest); 40 40 public : void write (uint32_t address, uint32_t size, char * & data_src); 41 public : std::string print (uint32_t depth); 41 42 public : friend std::ostream& operator<< (std::ostream& output, Segment & x); 42 43 };
Note: See TracChangeset
for help on using the changeset viewer.