Ignore:
Timestamp:
Jul 9, 2007, 11:04:26 AM (17 years ago)
Author:
rosiere
Message:

Modif mineur : ajout d'info de débug

Release non stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/src/Two_Level_Branch_Predictor_vhdl.cpp

    r42 r43  
    2121  {
    2222    log_printf(FUNC,Two_Level_Branch_Predictor,"vhdl","Begin");
     23
    2324    Vhdl * vhdl = new Vhdl (_name);
    2425
    25     vhdl->set_library_work (_name + "_Pack");
    26     if (_param._have_bht)
    27     vhdl->set_library_work (_name + "_Branch_History_Table_Pack");
    28     if (_param._have_pht)
    29     vhdl->set_library_work (_name + "_Pattern_History_Table_Pack");
    30     vhdl->set_library_work (_name + "_Two_Level_Branch_Predictor_Glue_Pack");
    31    
    32     vhdl_port        (vhdl);
     26    _interfaces->set_port     (vhdl);
     27    _component ->vhdl_instance(vhdl);
     28
    3329    vhdl_declaration (vhdl);
    3430    vhdl_body        (vhdl);
Note: See TracChangeset for help on using the changeset viewer.