Changeset 143 for trunk/IPs/systemC/Environment
- Timestamp:
- Sep 2, 2010, 4:33:08 PM (14 years ago)
- Location:
- trunk/IPs/systemC/Environment
- Files:
-
- 3 edited
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
Note: See TracChangeset
for help on using the changeset viewer.