| Author |
Message |
pengfan
Joined: 10 Jul 2005 Posts: 8
|
27 Jul 2006 10:03 How to use the standard C++ functions in SystemC? |
|
|
|
|
Hi ,friends!
How to use the standard C++ functions in SystemC source program! for example ,if I want to use sin function of the standard C++ functions,what should I do ??
Thanks in advance !!!
|
|
| Back to top |
|
 |
semiconductorman
Joined: 18 Dec 2004 Posts: 151 Helped: 19
|
27 Jul 2006 20:39 Re: How to use the standard C++ functions in SystemC? |
|
|
|
|
| include the required library and use !
|
|
| Back to top |
|
 |
steven852
Joined: 24 Apr 2005 Posts: 105 Helped: 1
|
28 Jul 2006 5:19 Re: How to use the standard C++ functions in SystemC? |
|
|
|
|
| SystemC can use any C++ function. So just like use it in a C++ environment for math functions.
|
|
| Back to top |
|
 |