SystemC 2.3.0 support
This commit is contained in:
parent
c2c7c7bd9a
commit
6e8640bf1b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue