Ignore:
Timestamp:
Feb 19, 2009, 5:31:47 PM (15 years ago)
Author:
rosiere
Message:

1) OOO_egine : add stat to depiste low perf source
2) Commit : add stat
3) LSU_Pointer : retire - always ack (else combinatory loop). insert - max nb_inst_memory
4) TopLevel? : add debug_idle_time to stop combinatory loop.
5) Issue_queue : add reexecute_queue, new implementation (routage after issue_queue)
6) Decod / Predictor : add "can_continue"

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/src
Files:
2 edited

Legend:

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

    r109 r110  
    4343                fromString<double>           (_simulator->getParam("debug_cycle_start")),
    4444                fromString<double>           (_simulator->getParam("debug_cycle_stop")),
    45                 fromString<double>           (_simulator->getParam("debug_cycle_idle")));
     45                fromString<double>           (_simulator->getParam("debug_idle_cycle")),
     46                fromString<uint32_t>         (_simulator->getParam("debug_idle_time")));
    4647
    4748    log_init(fromString<bool>(_simulator->getParam("debug_have_log_file")),
     
    124125    delete _generator;
    125126    delete _instance;
     127//  simulation_destroy();
    126128    delete _param_statistics;
    127129
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/src/Simulator_fromFile.cpp

    r108 r110  
    7474          }
    7575        //--------------------------------------------
    76         // Child : Simulation
     76        // Child : Component
    7777        //--------------------------------------------
    7878        else
    7979          {
    80             testNodeName   (xml,"simulation");
     80            testNodeName   (xml,"component");
    8181            testSingleton  (xml,true);
    8282          }
Note: See TracChangeset for help on using the changeset viewer.