Changeset 110 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- Feb 19, 2009, 5:31:47 PM (16 years ago)
- Location:
- trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Simulation.h
r88 r110 19 19 namespace behavioural { 20 20 21 extern double _simulation_nb_cycle; 22 // extern double _simulation_nb_instruction; 23 // extern std::vector<double> * _simulation_nb_instruction_commited; 24 25 // Warning, now no mutek to protect this variable 26 27 // class Simulation 28 // { 29 // private : const uint32_t _num_context; 30 31 // public : Simulation (void); 32 // public : ~Simulation (void); 33 // public : void end_cycle (double nb_instruction_commited); 34 // }; 21 extern double _simulation_nb_cycle; 22 extern double _simulation_nb_instruction; 23 extern std::vector<double> _simulation_nb_instruction_commited; 35 24 36 25 bool simulation_test_end (void); 37 26 void simulation_init (double nb_cycle, 38 27 double nb_instruction); 39 40 28 }; // end namespace behavioural 41 29 }; // end namespace morpheo -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h
r109 r110 10 10 #define MORPHEO_MAJOR_VERSION "0" 11 11 #define MORPHEO_MINOR_VERSION "2" 12 #define MORPHEO_REVISION "1 09"12 #define MORPHEO_REVISION "110" 13 13 #define MORPHEO_CODENAME "Castor" 14 14 15 #define MORPHEO_DATE_DAY "1 6"15 #define MORPHEO_DATE_DAY "19" 16 16 #define MORPHEO_DATE_MONTH "02" 17 17 #define MORPHEO_DATE_YEAR "2009"
Note: See TracChangeset
for help on using the changeset viewer.