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

/gem5/src/systemc/tests/systemc/communication/sc_export/test03/
H A Dtest03.cpp44 sc_export<C_if> IFP1; local
50 IFP1("IFP1")
52 IFP1( m_C );
54 IFP1.get_interface(); // just to see whether it compiles
78 the_X.P1( the_E.IFP1 );
82 the_E.IFP1->run(); // testing the operator-> of sc_export

Completed in 4 milliseconds