Ignore:
Timestamp:
May 21, 2009, 12:01:32 AM (15 years ago)
Author:
rosiere
Message:

1) Stat List : scan all queue to find free register
2) Write_queue : test "genMealy" add bypass [0]
3) Functionnal_unit : add const parameters to add or not the pipeline_in
4) Load Store Unit : if load make an exception, free nb_check
5) Debug, change test to add model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Model_set_model.cpp

    r113 r118  
    77
    88#include "Behavioural/include/Model.h"
     9#include "Common/include/Debug.h"
    910
    1011namespace morpheo              {
     
    1314#undef  FUNCTION
    1415#define FUNCTION "Model::set_model"
    15   void Model::set_model (std::string component, model_type_t type, debug_verbosity_t debug)
     16  void Model::set_model (std::string component, model_type_t type, bool debug)
    1617  {
    1718    log_begin(Behavioural,FUNCTION);
Note: See TracChangeset for help on using the changeset viewer.