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

/gem5/src/systemc/tests/systemc/communication/sc_port_policy/test05/
H A Dtest05.cpp47 m_all_bound_4("all_bound_4"),
55 m_all_bound_4(m_all_bound_0); // 1
56 m_all_bound_4(m_one_or_more_2); // 2 and 3
57 m_all_bound_4(m_zero_or_more_2);
58 m_all_bound_4(m_signal_3); // 4
59 m_all_bound_4(m_zero_or_more_2);
73 cout << "m_all_bound_4[0] = " << m_all_bound_4[0]->read() << endl;
74 cout << "m_all_bound_4[1] = " << m_all_bound_4[
82 sc_port<sc_signal_in_if<int>,4,SC_ALL_BOUND> m_all_bound_4; local
[all...]

Completed in 4 milliseconds