- Timestamp:
- May 16, 2009, 4:42:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/Environment/src/Environment_simulation_end.cpp
r88 r117 5 5 bool Environment::simulation_end(void) 6 6 { 7 return (nb_context_stop >= param->nb_ entity);7 return (nb_context_stop >= param->nb_thread); 8 8 } 9 9
Note: See TracChangeset
for help on using the changeset viewer.