Ignore:
Timestamp:
Jan 15, 2009, 6:19:08 PM (15 years ago)
Author:
rosiere
Message:

1) Add soc test
2) fix bug (Pc management, Decod and execute, Update prediction ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/SelfTest/src/test.cpp

    r98 r101  
    9999  ALLOC1_SC_SIGNAL( in_EVENT_DEPTH                        ," in_EVENT_DEPTH                        ",Tdepth_t           ,_param->_nb_context);
    100100
     101  ALLOC1_SC_SIGNAL(out_DEPTH_VAL                          ,"out_DEPTH_VAL                          ",Tcontrol_t         ,_param->_nb_context);
    101102  ALLOC1_SC_SIGNAL(out_DEPTH_CURRENT                      ,"out_DEPTH_CURRENT                      ",Tdepth_t           ,_param->_nb_context);
    102103  ALLOC1_SC_SIGNAL(out_DEPTH_MIN                          ,"out_DEPTH_MIN                          ",Tdepth_t           ,_param->_nb_context);
    103104  ALLOC1_SC_SIGNAL(out_DEPTH_MAX                          ,"out_DEPTH_MAX                          ",Tdepth_t           ,_param->_nb_context);
     105  ALLOC1_SC_SIGNAL(out_DEPTH_FULL                         ,"out_DEPTH_FULL                         ",Tcontrol_t         ,_param->_nb_context);
    104106 
    105107  /********************************************************
     
    170172  INSTANCE1_SC_SIGNAL(_Prediction_unit,out_DEPTH_CURRENT                      ,_param->_nb_context);
    171173  INSTANCE1_SC_SIGNAL(_Prediction_unit,out_DEPTH_MIN                          ,_param->_nb_context);
    172     }
    173174  INSTANCE1_SC_SIGNAL(_Prediction_unit,out_DEPTH_MAX                          ,_param->_nb_context);
     175    }
     176  INSTANCE1_SC_SIGNAL(_Prediction_unit,out_DEPTH_VAL                          ,_param->_nb_context);
     177  INSTANCE1_SC_SIGNAL(_Prediction_unit,out_DEPTH_FULL                         ,_param->_nb_context);
    174178
    175179  msg(_("<%s> : Start Simulation ............\n"),name.c_str());
     
    372376  DELETE1_SC_SIGNAL( in_EVENT_DEPTH                    ,_param->_nb_context);
    373377
     378  DELETE1_SC_SIGNAL(out_DEPTH_VAL          ,_param->_nb_context);
    374379  DELETE1_SC_SIGNAL(out_DEPTH_CURRENT      ,_param->_nb_context);
    375380  DELETE1_SC_SIGNAL(out_DEPTH_MIN          ,_param->_nb_context);
    376381  DELETE1_SC_SIGNAL(out_DEPTH_MAX          ,_param->_nb_context);
     382  DELETE1_SC_SIGNAL(out_DEPTH_FULL         ,_param->_nb_context);
    377383#endif
    378384
Note: See TracChangeset for help on using the changeset viewer.