SystemC Library API Reference Manual
Reference documentation for the Simics SystemC Library.
 
Loading...
Searching...
No Matches
version.h File Reference
#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)
 

Macro Definition Documentation

◆ CONCAT_

#define CONCAT_ (   a,
 
)    CONCAT_DEFERRED_(a, b)

◆ CONCAT_DEFERRED_

#define CONCAT_DEFERRED_ (   a,
 
)    a ## b

◆ SCL_VERSION_STRING

#define SCL_VERSION_STRING   CONCAT_(SCL_VERSION_, SIM_VERSION)