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_get_debug.cpp

    r112 r118  
    77
    88#include "Behavioural/include/Model.h"
     9#include "Common/include/Debug.h"
    910
    1011namespace morpheo              {
     
    1314#undef  FUNCTION
    1415#define FUNCTION "Model::get_debug"
    15   debug_verbosity_t Model::get_debug (std::string component)
     16  bool Model::get_debug (std::string component)
    1617  {
    1718    log_begin(Behavioural,FUNCTION);
    1819
    19     debug_verbosity_t _return;
     20    bool _return;
    2021
    2122    std::map<std::string,model_t>::iterator it = models.find(component);
Note: See TracChangeset for help on using the changeset viewer.