SystemC  2.3.1
Accellera SystemC proof-of-concept library
sc_dynamic_processes.h
Go to the documentation of this file.
1 /*****************************************************************************
2 
3  The following code is derived, directly or indirectly, from the SystemC
4  source code Copyright (c) 1996-2014 by all Contributors.
5  All Rights reserved.
6 
7  The contents of this file are subject to the restrictions and limitations
8  set forth in the SystemC Open Source License (the "License");
9  You may not use this file except in compliance with such restrictions and
10  limitations. You may obtain instructions on how to receive a copy of the
11  License at http://www.accellera.org/. Software distributed by Contributors
12  under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
13  ANY KIND, either express or implied. See the License for the specific
14  language governing rights and limitations under the License.
15 
16  *****************************************************************************/
17 
18 /*****************************************************************************
19 
20  sc_dynamic_process.h -- Dynamic Process Package Definitions
21 
22  Original Author: Andy Goodrich, Forte Design Systems, 5 May 2003
23 
24  CHANGE LOG AT THE END OF THE FILE
25  *****************************************************************************/
26 
27 
28 #ifndef SC_DYNAMIC_PROCESSES_H
29 #define SC_DYNAMIC_PROCESSES_H
30 
31 #include "sysc/kernel/sc_except.h"
32 #include "sysc/kernel/sc_spawn.h"
33 #include "sysc/kernel/sc_join.h"
34 #include "sysc/kernel/sc_boost.h"
35 
36 // $Log: sc_dynamic_processes.h,v $
37 // Revision 1.5 2011/08/26 20:46:09 acg
38 // Andy Goodrich: moved the modification log to the end of the file to
39 // eliminate source line number skew when check-ins are done.
40 //
41 // Revision 1.4 2011/02/18 20:27:14 acg
42 // Andy Goodrich: Updated Copyrights.
43 //
44 // Revision 1.3 2011/02/13 21:47:37 acg
45 // Andy Goodrich: update copyright notice.
46 //
47 // Revision 1.2 2008/05/22 17:06:25 acg
48 // Andy Goodrich: updated copyright notice to include 2008.
49 //
50 // Revision 1.1.1.1 2006/12/15 20:20:05 acg
51 // SystemC 2.3
52 //
53 // Revision 1.5 2006/04/20 17:08:16 acg
54 // Andy Goodrich: 3.0 style process changes.
55 //
56 // Revision 1.4 2006/04/11 23:13:20 acg
57 // Andy Goodrich: Changes for reduced reset support that only includes
58 // sc_cthread, but has preliminary hooks for expanding to method and thread
59 // processes also.
60 //
61 // Revision 1.3 2006/01/13 18:44:29 acg
62 // Added $Log to record CVS changes into the source.
63 //
64 
65 #endif // SC_DYNAMIC_PROCESSES_H