Go to the documentation of this file.    1 #ifndef MACROS_H_INCLUDED_ 
    2 #define MACROS_H_INCLUDED_ 
    5 #define RISC_LIBRARY_NAME       "Recoding Infrastructure for SystemC (RISC)" 
    6 #define RISC_VERSION_NUMBER     "0.6.2" 
    7 #define RISC_COPYRIGHT          "(c) 2020 CECS, University of California, Irvine" 
   10 #define RISC_VERBOSE            1 
   11 #define RISC_VERY_VERBOSE       2 
   12 #define RISC_VERY_VERY_VERBOSE  3 
   13 #define RISC_PEDANTIC           4 
   16 #define RISC_WARNING            1 
   17 #define RISC_MORE_WARNING       2 
   18 #define RISC_MANY_WARNING       3 
   19 #define RISC_ALL_WARNING        4 
   22 #define SYSTEMC_LW_HOME_ENV "SYSTEMC_LW_HOME" 
   23 #define SYSTEMC_OOP_HOME_ENV "SYSTEMC_OOP_HOME" 
   24 #define SYSTEMC_MIC_HOME_ENV "SYSTEMC_MIC_HOME" 
   25 #define RISC_UNPARSE_FILE_PREFIX "risc_"