SystemC 2.3.0 support

This commit is contained in:
Wilson Snyder 2012-01-19 19:48:37 -05:00
parent c2c7c7bd9a
commit 6e8640bf1b
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ private:
#ifdef NC_SYSTEMC
// Cadence Incisive has these as abstract functions so we must create them
virtual void set_time_unit( int exponent10_seconds ) {} // deprecated
#endif
#if defined(NC_SYSTEMC) || (SYSTEMC_VERSION>=20111100)
virtual void set_time_unit( double v, sc_time_unit tu ) {}
#endif