Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (16 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/Environment/Data/include/Segment.h

    r81 r88  
    3939  public : void                 read          (uint32_t address, uint32_t size, char * & data_dest);
    4040  public : void                 write         (uint32_t address, uint32_t size, char * & data_src);
     41  public : std::string          print         (uint32_t depth);
    4142  public : friend std::ostream& operator<<    (std::ostream& output, Segment & x);
    4243  };
Note: See TracChangeset for help on using the changeset viewer.