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

/gem5/src/systemc/tests/systemc/misc/sim_tests/cgen/
H A Dcgen.cpp40 /* Filename seqgen.h */
41 /* This is the interface file for asynchronous process 'seqgen' */
43 SC_MODULE( seqgen )
45 SC_HAS_PROCESS( seqgen );
51 seqgen( sc_module_name NAME, function
66 /* Filename seqgen.cc */
67 /* This is the implementation file for asynchronous process 'seqgen' */
69 void seqgen::entry()
153 seqgen S("S", clock, data);

Completed in 3 milliseconds