Changeset 88 for trunk/IPs/systemC/Environment/src/Environment.cpp
- Timestamp:
- Dec 10, 2008, 7:31:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/Environment/src/Environment.cpp
r81 r88 1 1 #include "../include/Environment.h" 2 3 using namespace morpheo; 2 4 3 5 namespace environment { … … 60 62 61 63 62 63 64 64 for (uint32_t i=0; i<param->nb_entity; i++) 65 65 { … … 79 79 read_dram[0] = new char [max_data_size/8]; 80 80 write_dram = new char [max_data_size/8]; 81 context_stop = new bool [param->nb_entity]; 82 for (uint32_t i=0; i<param->nb_entity; ++i) 83 context_stop [i] = false; 84 nb_context_stop = 0; 81 85 82 86 // Port
Note: See TracChangeset
for help on using the changeset viewer.