sc_simcontext.hh (12946:70c6625468c3) sc_simcontext.hh (13518:6168e030b4c7)
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 30 unchanged lines hidden (view full) ---

39class sc_simcontext
40{
41 public:
42 sc_dt::uint64 delta_count() const;
43 void reset();
44 sc_curr_proc_handle get_curr_proc_info();
45 sc_object *first_object();
46 sc_object *next_object();
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 30 unchanged lines hidden (view full) ---

39class sc_simcontext
40{
41 public:
42 sc_dt::uint64 delta_count() const;
43 void reset();
44 sc_curr_proc_handle get_curr_proc_info();
45 sc_object *first_object();
46 sc_object *next_object();
47
48 // Used by TLM.
49 bool elaboration_done();
47};
48
49sc_simcontext *sc_get_curr_simcontext();
50
51} // namespace sc_core
52
53#endif //__SYSTEMC_EXT_CORE_SC_SIMCONTEXT_HH__
50};
51
52sc_simcontext *sc_get_curr_simcontext();
53
54} // namespace sc_core
55
56#endif //__SYSTEMC_EXT_CORE_SC_SIMCONTEXT_HH__