Ignore:
Timestamp:
Aug 8, 2007, 9:16:10 PM (17 years ago)
Author:
rosiere
Message:

Modification des Makefile : pas de creation inutile de shell

File:
1 edited

Legend:

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

    r45 r48  
    66 */
    77
    8 #include "Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/include/Meta_Predictor.h"
     8#include "Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/include/Meta_Predictor.h"
    99
    1010namespace morpheo                    {
    1111namespace behavioural {
    12 namespace stage_1_ifetch {
    13 namespace predictor {
     12namespace core {
     13namespace multi_front_end {
     14namespace front_end {
     15namespace prediction_unit {
     16namespace direction {
     17
    1418namespace meta_predictor {
    1519
     
    2327                              morpheo::behavioural::Parameters_Statistics             param_statistics,
    2428#endif
    25                               morpheo::behavioural::stage_1_ifetch::predictor::meta_predictor::Parameters param ):
     29                              morpheo::behavioural::core::multi_front_end::front_end::prediction_unit::direction::meta_predictor::Parameters param ):
    2630                              _name              (name)
    2731                              ,_param            (param)
     
    8185
    8286}; // end namespace meta_predictor
    83 }; // end namespace predictor
    84 }; // end namespace stage_1_ifetch
     87
     88}; // end namespace core
     89}; // end namespace multi_front_end
     90}; // end namespace front_end
     91}; // end namespace prediction_unit
     92}; // end namespace direction
     93
    8594
    8695}; // end namespace behavioural
Note: See TracChangeset for help on using the changeset viewer.