Searched refs:sc_version_string (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/tests/systemc/1666-2011-compliance/version_macros/
H A Dversion_macros.cpp54 sc_assert( SC_VERSION == sc_version_string );
55 sc_assert( sc_release() == sc_version_string );
/gem5/src/systemc/utils/
H A Dfunctions.cc42 const std::string sc_version_string = SC_VERSION; member in namespace:sc_core
/gem5/src/systemc/ext/utils/
H A Dfunctions.hh87 extern const std::string sc_version_string;
93 return sc_version_string.c_str();
H A D_using.hh95 using sc_core::sc_version_string;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_ver.cpp59 const std::string sc_version_string = SC_VERSION; member in namespace:sc_core
H A Dsc_ver.h53 extern const std::string sc_version_string;

Completed in 8 milliseconds