source: trunk/IPs/systemC/Environment/src/Environment_simulation_end.cpp @ 88

Last change on this file since 88 was 88, checked in by rosiere, 16 years ago

Almost complete design
with Test and test platform

  • Property svn:keywords set to Id
File size: 165 bytes
Line 
1#include "../include/Environment.h"
2
3namespace 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.