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

/gem5/src/systemc/tests/systemc/communication/sc_export/test03/
H A Dtest03.cpp21 // --- D: export channel C through IFP --------
24 sc_export<C_if> IFP; local
27 : IFP("IFP"), // explicit name
30 IFP( m_C ); // bind sc_export->interface by name
53 IFP2( m_D.IFP ); // bind sc_export->sc_export by name
77 // port->IFP

Completed in 4 milliseconds