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

/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp142 struct Modtype: sc_module struct in inherits:sc_module
144 Modtype(sc_module_name n = sc_gen_unique_name("Modtype")) function in struct:Modtype
151 sc_assert(s.substr(0,7) == "Modtype");
163 typedef sc_signal<Modtype*> MS; //// Pointer-to-module used as the type of a signal DOULOS051
183 Modtype mt;
277 S<Modtype> Sm; //// Using sc_module as a template parameter DOULOS051

Completed in 8 milliseconds