Changeset 144 for trunk/IPs/systemC/Environment/Data
- Timestamp:
- Sep 28, 2010, 1:19:10 PM (14 years ago)
- Location:
- trunk/IPs/systemC/Environment/Data
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/Environment/Data/include/Data.h
r81 r144 4 4 #include "Data_Parameters.h" 5 5 #include "Entity.h" 6 #include <stdint.h> 6 7 7 8 namespace environment { -
trunk/IPs/systemC/Environment/Data/include/Data_Parameters.h
r81 r144 3 3 4 4 #include <iostream> 5 #include <stdint.h> 5 6 #include "../../../shared/soclib_segment_table.h" 6 7 -
trunk/IPs/systemC/Environment/Data/include/Segment.h
r134 r144 6 6 7 7 #include <iomanip> 8 #include <stdint.h> 8 9 9 10 extern "C" void loadexec(void **emem, int *esize, int *eoffset, const char *file, const char ** sections); -
trunk/IPs/systemC/Environment/Data/src/Data.cpp
r81 r144 1 1 #include "../include/Data.h" 2 #include <stdlib.h> 2 3 3 4 namespace environment { -
trunk/IPs/systemC/Environment/Data/src/Segment.cpp
r134 r144 1 1 #include "../include/Segment.h" 2 #include <string.h> 2 3 3 4 namespace environment { -
trunk/IPs/systemC/Environment/Data/src/Segment_init.cpp
r138 r144 1 1 #include "../include/Segment.h" 2 2 #include "../../Common/include/Debug.h" 3 #include <string.h> 4 #include <stdlib.h> 3 5 4 6 namespace environment {
Note: See TracChangeset
for help on using the changeset viewer.