|
SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Version and copyright information. More...
#include "sysc/kernel/sc_cmnhdr.h"#include "sysc/kernel/sc_macros.h"#include "sysc/communication/sc_writer_policy.h"#include <string>

Go to the source code of this file.
Classes | |
| struct | sc_core::SC_API_VERSION_STRING |
Namespaces | |
| sc_core | |
Macros | |
| #define | SYSTEMC_2_3_2 |
| #define | SYSTEMC_VERSION 20171012 |
| #define | SC_VERSION_ORIGINATOR "Accellera" |
| #define | SC_VERSION_MAJOR 2 |
| #define | SC_VERSION_MINOR 3 |
| #define | SC_VERSION_PATCH 2 |
| #define | SC_IS_PRERELEASE 0 |
| #define | IEEE_1666_SYSTEMC 201101L |
| compliancy with IEEE 1666-2011 (see 8.6.5) More... | |
| #define | SC_COPYRIGHT |
| #define | SC_VERSION_RELEASE_DATE SC_STRINGIFY_HELPER_( SYSTEMC_VERSION ) |
| #define | SC_VERSION_PRERELEASE "" |
| #define | SC_VERSION |
| #define | SC_API_VERSION_STRING |
| #define | SC_API_DEFINED_(Symbol) Symbol ## _DEFINED_ |
| #define | SC_API_UNDEFINED_(Symbol) Symbol ## _UNDEFINED_ |
| #define | SC_DISABLE_VIRTUAL_BIND_CHECK_ SC_API_UNDEFINED_(SC_DISABLE_VIRTUAL_BIND) |
Functions | |
| SC_API const char * | sc_core::sc_copyright () |
| SC_API const char * | sc_core::sc_release () |
| SC_API const char * | sc_core::sc_version () |
| static SC_API_VERSION_STRING< &SC_DISABLE_VIRTUAL_BIND_CHECK_ > | sc_core::api_version_check (SC_DEFAULT_WRITER_POLICY) |
Variables | |
| SC_API const unsigned int | sc_core::sc_version_major |
| SC_API const unsigned int | sc_core::sc_version_minor |
| SC_API const unsigned int | sc_core::sc_version_patch |
| SC_API const std::string | sc_core::sc_version_originator |
| SC_API const std::string | sc_core::sc_version_release_date |
| SC_API const std::string | sc_core::sc_version_prerelease |
| SC_API const bool | sc_core::sc_is_prerelease |
| SC_API const std::string | sc_core::sc_version_string |
| SC_API const std::string | sc_core::sc_copyright_string |
| const int | sc_core::SC_DISABLE_VIRTUAL_BIND_CHECK_ |
| SC_TPLEXTERN_ template struct SC_API | sc_core::SC_API_VERSION_STRING< &SC_DISABLE_VIRTUAL_BIND_CHECK_ > |
Version and copyright information.
Original Author: Stan Y. Liao, Synopsys, Inc.
NO AUTOMATIC CHANGE LOG IS GENERATED, EXPLICIT CHANGE LOG AT END OF FILE
Definition in file sc_ver.h.
| #define IEEE_1666_SYSTEMC 201101L |
| #define SC_API_VERSION_STRING |
| #define SC_COPYRIGHT |
| #define SC_DISABLE_VIRTUAL_BIND_CHECK_ SC_API_UNDEFINED_(SC_DISABLE_VIRTUAL_BIND) |
| #define SC_VERSION |
| #define SC_VERSION_RELEASE_DATE SC_STRINGIFY_HELPER_( SYSTEMC_VERSION ) |