#include <systemc.h>Classes | |
| class | top |
Defines | |
| #define | SC_INCLUDE_DYNAMIC_PROCESSES |
Functions | |
| int | test_function (double d) |
| void | void_function (double d) |
| int | ref_function (const double &d) |
| int | sc_main (int argc, char *argv[]) |
| #define SC_INCLUDE_DYNAMIC_PROCESSES |
| int ref_function | ( | const double & | d | ) |
Referenced by top::main().
| int sc_main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
References sc_core::sc_start().
| int test_function | ( | double | d | ) |
Referenced by top::main().
| void void_function | ( | double | d | ) |
Referenced by top::main().