source:
trunk/IPs/systemC/Environment/src/Environment_simulation_end.cpp
@
102
| Last change on this file since 102 was 88, checked in by , 17 years ago | |
|---|---|
|
|
| File size: 165 bytes | |
| Line | |
|---|---|
| 1 | #include "../include/Environment.h" |
| 2 | |
| 3 | namespace environment { |
| 4 | |
| 5 | bool Environment::simulation_end(void) |
| 6 | { |
| 7 | return (nb_context_stop >= param->nb_entity); |
| 8 | } |
| 9 | |
| 10 | }; |
Note: See TracBrowser
for help on using the repository browser.
