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/Generic/RegisterFile/SelfTest/src/test.cpp

    r113 r131  
    2121  morpheo::behavioural::Parameters_Statistics * _param_stat = new morpheo::behavioural::Parameters_Statistics(5,50);
    2222#endif
     23
     24  _model.set_model(MODEL_SYSTEMC,true);
    2325 
    2426  Tusage_t _usage = USE_ALL;
     
    170172            }
    171173
    172           SC_START(0);
     174//        SC_START(0);
    173175        }
    174176     
     
    219221                }
    220222             
    221               SC_START(0);
     223//            SC_START(0);
    222224            }
    223225        }
Note: See TracChangeset for help on using the changeset viewer.