Ignore:
Timestamp:
Oct 1, 2007, 1:36:39 PM (17 years ago)
Author:
rosiere
Message:

Vhdl : RegisterFile_Multi_Banked - "full crossbar"
Correction d'un bug pour le "partial crossbar"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Select/Select_Priority_Fixed/src/Select_Priority_Fixed.cpp

    r57 r58  
    9999
    100100#ifdef STATISTICS
    101     log_printf(INFO,Select_Priority_Fixed,"~Select_Priority_Fixed","Generate Statistics file");
    102 
    103     _stat->generate_file(statistics(0));
    104    
    105     delete _stat;
     101    if (_usage & USE_STATISTICS)
     102      {
     103        log_printf(INFO,Select_Priority_Fixed,"~Select_Priority_Fixed","Generate Statistics file");
     104       
     105        _stat->generate_file(statistics(0));
     106        delete _stat;
     107      }
    106108#endif
    107109
Note: See TracChangeset for help on using the changeset viewer.