Ignore:
Timestamp:
May 1, 2008, 6:48:45 PM (16 years ago)
Author:
rosiere
Message:
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Signal.h

    r81 r82  
    7979  public    :                   ~Signal         ();
    8080
    81   public    : std::string            get_name                (void);
     81  public    : std::string       get_name                (void);
    8282  public    : uint32_t          get_size                (void);
    8383  public    : void              set_size                (uint32_t size);
     
    9292  public    : bool              presence_testbench      (void);
    9393
    94   public    : bool              test_map                (uint32_t depth, bool top_level);
     94  public    : bool              test_map                (uint32_t depth, bool top_level, bool is_behavioural);
     95//   public    : bool              test_equi               (uint32_t depth);
    9596
    9697  public    : void              link                    (Signal * signal_dest,
Note: See TracChangeset for help on using the changeset viewer.