Ignore:
Timestamp:
Jul 8, 2009, 8:40:08 PM (15 years ago)
Author:
rosiere
Message:

1) add constant method
2) test with systemc 2.2.0

File:
1 edited

Legend:

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

    r118 r131  
    3131  class Model
    3232  {
    33   private : static const model_type_t default_type  = MODEL_SYSTEMC;
    34   private : static const bool         default_debug = false;
     33  private : model_type_t default_type ;
     34  private : bool         default_debug;
    3535
    3636  private : std::map<std::string,model_t> models;
     
    3838  public  :               Model (void);
    3939  public  :              ~Model (void);
     40  public  : void         set_model (                       model_type_t type, bool debug);
    4041  public  : void         set_model (std::string component, model_type_t type, bool debug);
    4142  public  : model_type_t get_type  (std::string component);
Note: See TracChangeset for help on using the changeset viewer.