Changeset 143 for trunk/IPs/systemC
- Timestamp:
 - Sep 2, 2010, 4:33:08 PM (15 years ago)
 - Location:
 - trunk/IPs/systemC
 - Files:
 - 
          
- 6 edited
 
- 
          Environment/Cache/include/Cache_OneLevel_Address.h (modified) (1 diff)
 - 
          Environment/Cache/include/Cache_OneLevel_Parameters.h (modified) (1 diff)
 - 
          Environment/Common/include/Debug.h (modified) (1 diff)
 - 
          processor/Morpheo/Behavioural/Makefile.Common (modified) (1 diff)
 - 
          processor/Morpheo/Common/include/ToString.h (modified) (1 diff)
 - 
          processor/Morpheo/Common/src/Basename.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/IPs/systemC/Environment/Cache/include/Cache_OneLevel_Address.h
r81 r143 4 4 #include <iostream> 5 5 #include <iomanip> 6 #include <stdint.h> 6 7 7 8 namespace environment {  - 
        
trunk/IPs/systemC/Environment/Cache/include/Cache_OneLevel_Parameters.h
r81 r143 5 5 #include <sstream> 6 6 #include <math.h> 7 #include <stdint.h> 8 #include <stdlib.h> 7 9 8 10 namespace environment {  - 
        
trunk/IPs/systemC/Environment/Common/include/Debug.h
r127 r143 1 1 #ifndef ENVIRONMENT_COMMON_DEBUG_H 2 2 #define ENVIRONMENT_COMMON_DEBUG_H 3 4 #include <cstdio> 3 5 4 6 #define DEBUG_true true  - 
        
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Common
r138 r143 36 36 INCDIR = $(SYSTEMC_INCDIR_$(SIMULATOR_SYSTEMC)) \ 37 37 -I. \ 38 -I$(DIR_MORPHEO) 38 -I$(DIR_MORPHEO) 39 39 40 40 LIBDIR = -L$(DIR_LIB) \  - 
        
trunk/IPs/systemC/processor/Morpheo/Common/include/ToString.h
r88 r143 19 19 #include <stdlib.h> 20 20 #include <stdarg.h> 21 #include <stdint.h> 21 22 22 23 namespace morpheo {  - 
        
trunk/IPs/systemC/processor/Morpheo/Common/src/Basename.cpp
r131 r143 7 7 8 8 #include "../include/Basename.h" 9 #include <libgen.h> 9 10 10 11 namespace morpheo {  
Note: See TracChangeset
          for help on using the changeset viewer.
      