74 std::stringstream msg;
75 msg <<
"sc_logic('" <<
c <<
"')";
82 std::stringstream msg;
83 msg <<
"sc_logic(" << i <<
")";
static const sc_logic_value_t and_table[4][4]
static void invalid_value(sc_logic_value_t)
static const sc_logic_value_t not_table[4]
void scan(::std::istream &is=::std::cin)
static const char logic_to_char[4]
static const sc_logic_value_t char_to_logic[128]
static const sc_logic_value_t xor_table[4][4]
static const sc_logic_value_t or_table[4][4]
const char SC_ID_LOGIC_Z_TO_BOOL_[]
const char SC_ID_VALUE_NOT_VALID_[]
const char SC_ID_LOGIC_X_TO_BOOL_[]
const sc_logic SC_LOGIC_0(Log_0)
const sc_logic SC_LOGIC_1(Log_1)
const sc_logic SC_LOGIC_X(Log_X)
const sc_logic sc_logic_0(Log_0)
const sc_logic sc_logic_X(Log_X)
const sc_logic sc_logic_Z(Log_Z)
const sc_logic sc_logic_1(Log_1)
const sc_logic SC_LOGIC_Z(Log_Z)
#define SC_REPORT_WARNING(msg_type, msg)
#define SC_REPORT_ERROR(msg_type, msg)