|
Last change
on this file since 117 was
117,
checked in by rosiere, 16 years ago
|
|
1) Platforms : add new organization for test
2) Load_Store_Unit : add array to count nb_check in store_queue
3) Issue_queue and Core_Glue : rewrite the issue network
4) Special_Register_Unit : add reset value to register CID
5) Softwares : add multicontext test
6) Softwares : add SPECINT
7) Softwares : add MiBench?
7) Read_queue : inhib access for r0
8) Change Core_Glue (network) - dont yet support priority and load balancing scheme
|
-
Property svn:keywords set to
Id
|
|
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_thread); |
|---|
| 8 | } |
|---|
| 9 | |
|---|
| 10 | }; |
|---|
Note: See
TracBrowser
for help on using the repository browser.