source:
trunk/IPs/systemC/Environment/Sim2OS/src/Sim2OS_transition.cpp
@
106
Last change on this file since 106 was 81, checked in by , 17 years ago | |
---|---|
|
|
File size: 141 bytes |
Line | |
---|---|
1 | #include "../include/Sim2OS.h" |
2 | |
3 | namespace environment { |
4 | namespace sim2os { |
5 | |
6 | void Sim2OS::transition (void) |
7 | { |
8 | nb_cycle ++; |
9 | } |
10 | |
11 | }; |
12 | }; |
Note: See TracBrowser
for help on using the repository browser.