Changeset 143 for trunk/IPs/systemC/Environment/Cache
- Timestamp:
 - Sep 2, 2010, 4:33:08 PM (15 years ago)
 - Location:
 - trunk/IPs/systemC/Environment/Cache/include
 - Files:
 - 
          
- 2 edited
 
- 
          Cache_OneLevel_Address.h (modified) (1 diff)
 - 
          Cache_OneLevel_Parameters.h (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 {  
Note: See TracChangeset
          for help on using the changeset viewer.
      