Searched refs:write_check (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.h226 bool write_check() const;
575 sc_simcontext::write_check() const function in class:sc_core::sc_simcontext
H A Dsc_simcontext.cpp380 const char* write_check = std::getenv("SC_SIGNAL_WRITE_CHECK"); local
381 m_write_check = ( (write_check==0) || strcmp(write_check,"DISABLE") ) ?
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal.cpp83 if ( is_output && sc_get_curr_simcontext()->write_check() )

Completed in 14 milliseconds