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/src/Model_set_model.cpp

    r129 r131  
    1111namespace morpheo              {
    1212namespace behavioural          {
     13
     14#undef  FUNCTION
     15#define FUNCTION "Model::set_model"
     16  void Model::set_model (model_type_t type, bool debug)
     17  {
     18//     log_begin(Behavioural,FUNCTION);
     19
     20    default_type  = type ;
     21    default_debug = debug;
     22
     23//     log_end(Behavioural,FUNCTION);
     24  }
    1325
    1426#undef  FUNCTION
Note: See TracChangeset for help on using the changeset viewer.