diff options
Diffstat (limited to 'src/systemc/ext/channel')
-rw-r--r-- | src/systemc/ext/channel/sc_clock.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/systemc/ext/channel/sc_clock.hh b/src/systemc/ext/channel/sc_clock.hh index ae1f6c973..30895ced2 100644 --- a/src/systemc/ext/channel/sc_clock.hh +++ b/src/systemc/ext/channel/sc_clock.hh @@ -71,6 +71,9 @@ class sc_clock : public sc_signal<bool> const sc_time &start_time() const; bool posedge_first() const; + // Nonstandard + static const sc_time &time_stamp(); + virtual const char *kind() const; protected: |