#include <simics/systemc/iface/sc_version_interface.h>
#include <simics/build-id.h>
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
struct | simics::systemc::SCL_VERSION_STRING |
class | simics::systemc::Version |
Namespaces | |
namespace | simics |
namespace | simics::systemc |
Macros | |
#define | CONCAT_DEFERRED_(a, b) a ## b |
#define | CONCAT_(a, b) CONCAT_DEFERRED_(a, b) |
#define | SCL_VERSION_STRING CONCAT_(SCL_VERSION_, SIM_VERSION) |
#define CONCAT_ | ( | a, | |
b | |||
) | CONCAT_DEFERRED_(a, b) |
#define CONCAT_DEFERRED_ | ( | a, | |
b | |||
) | a ## b |
#define SCL_VERSION_STRING CONCAT_(SCL_VERSION_, SIM_VERSION) |