Searched defs:sc_buffer (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_buffer.h45 class sc_buffer class in namespace:sc_core
59 sc_buffer() function in class:sc_core::sc_buffer
63 explicit sc_buffer( const char* name_ ) function in class:sc_core::sc_buffer
67 sc_buffer( const char* name_, const T& initial_value_ ) function in class:sc_core::sc_buffer
[all...]
/gem5/src/systemc/ext/channel/
H A Dsc_buffer.hh42 class sc_buffer : public sc_signal<T, WRITER_POLICY> class in namespace:sc_core
45 sc_buffer() : sc_signal<T, WRITER_POLICY>(sc_gen_unique_name("buffer")) {} function in class:sc_core::sc_buffer
46 explicit sc_buffer(const char *name) : function in class:sc_core::sc_buffer
75 operator = (const sc_buffer<T, WRITER_POLICY> &arg) argument
93 sc_buffer(const sc_buffer< argument
[all...]

Completed in 4 milliseconds