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

/gem5/src/systemc/tests/systemc/communication/sc_signal_ports/test02/
H A Dtest02.cpp46 sc_in<sc_logic> in_logic; local
64 wait( in_logic.default_event() );
65 cout << "in_logic default_event()" << endl;
66 wait( in_logic.value_changed_event() );
67 cout << "in_logic value_changed_event()" << endl;
68 wait( in_logic.posedge_event() );
69 cout << "in_logic posedge_event()" << endl;
70 wait( in_logic.negedge_event() );
71 cout << "in_logic negedge_event()" << endl;
132 a.in_logic( sig_logi
[all...]
/gem5/src/systemc/tests/systemc/communication/ports/test01/
H A Dtest01.cpp55 sc_in<sc_logic> in_logic; local
75 in_int( "in_int" ), in_bool( "in_bool" ), in_logic( "in_logic" ),
104 WRITE( a.in_logic );
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/sc_signal_ports/
H A Dtest.cpp48 sc_in<sc_logic> in_logic; local
109 a.in_logic( sig_logic );
129 sc_trace( tf, a.in_logic, "a.in_logic" );

Completed in 6 milliseconds