Searched refs:pullup (Results 1 - 5 of 5) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/sim_tests/tri_state2/
H A Dpullup.cpp22 pullup.cpp --
38 /* Filename pullup.cc */
39 /* This is the implementation file for synchronous process `pullup' */
41 #include "pullup.h"
43 void pullup::entry()
H A Dpullup.h22 pullup.h --
38 /* Filename pullup.h */
39 /* This is the interface file for synchronous process `pullup' */
43 SC_MODULE( pullup )
45 SC_HAS_PROCESS( pullup );
52 pullup( sc_module_name NAME, function
H A Dmain.cpp42 #include "pullup.h"
55 pullup P("BusPullup", clock, bus);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt6.1/
H A Dpullup.cpp22 pullup.cpp --
38 /* Filename pullup.cc */
39 /* This is the implementation file for synchronous process `pullup' */
41 #include "pullup.h"
43 void pullup::entry()
H A Dpullup.h22 pullup.h --
38 /* Filename pullup.h */
39 /* This is the interface file for synchronous process `pullup' */
43 SC_MODULE( pullup )
45 SC_HAS_PROCESS( pullup );
52 pullup(sc_module_name NAME, function

Completed in 6 milliseconds