Ignore:
Timestamp:
Mar 27, 2008, 11:04:49 AM (16 years ago)
Author:
rosiere
Message:

Add :

  • Execute_loop (must be test systemC)
  • Prediction
    • Direction : predifined scheme
    • Branch Target Buffer
  • iFetch_unit
    • ifetch_queue
    • pc management
  • Decod_unit
    • coming soon : support for custom operation
  • Rename_unit
    • RAT
    • Free_list
    • Dependence RAW check
    • Load store unit pointer
  • New Environnement (hierarchy_memory will remove in a next version)


Modif :

  • Manage Custom Operation
  • All component in execute_loop to use the new statistics management

Not Finish :

  • Return Address Stack
  • Environnement
File:
1 edited

Legend:

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

    r76 r78  
    4646        log_printf(INFO,@COMPONENT,FUNCTION,"Allocation of statistics");
    4747
    48         statistics_declaration(param_statistics);
     48        statistics_allocation(param_statistics);
    4949      }
    5050#endif
     
    8787    if (_usage & USE_STATISTICS)
    8888      {
    89         log_printf(INFO,@COMPONENT,FUNCTION,"Generate Statistics file");
    90        
    91         delete _stat;
     89        statistics_deallocation();
    9290      }
    9391#endif
Note: See TracChangeset for help on using the changeset viewer.