Searched refs:ts_buf (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/sim_tests/tri_state2/
H A Dts_buf.h22 ts_buf.h --
38 /* Filename ts_buf.h */
39 /* This is the interface file for asynchronous process `ts_buf' */
43 SC_MODULE( ts_buf )
45 SC_HAS_PROCESS( ts_buf );
52 ts_buf( sc_module_name NAME, function
H A Dts_buf.cpp22 ts_buf.cpp --
38 /* Filename ts_buf.cc */
39 /* This is the implementation file for asynchronous process `ts_buf' */
41 #include "ts_buf.h"
43 void ts_buf::entry()
H A Dmain.cpp41 #include "ts_buf.h"
54 ts_buf B("Buffer", out, control, bus);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt6.1/
H A Dts_buf.h22 ts_buf.h --
38 /* Filename ts_buf.h */
39 /* This is the interface file for asynchronous process `ts_buf' */
43 SC_MODULE( ts_buf )
45 SC_HAS_PROCESS( ts_buf );
52 ts_buf(sc_module_name NAME, function
H A Dmain.cpp41 #include "ts_buf.h"
53 ts_buf B("Buffer", out, control, bus);
H A Dts_buf.cpp22 ts_buf.cpp --
38 /* Filename ts_buf.cc */
39 /* This is the implementation file for asynchronous process `ts_buf' */
41 #include "ts_buf.h"
43 void ts_buf::entry()

Completed in 6 milliseconds