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

/gem5/src/systemc/tests/systemc/examples/aes/
H A Daes.cpp1066 sc_signal<bool> E_In_req; local
1085 E_In_req,
1112 while( !E_In_req) sc_start(1, SC_NS);
1116 do { sc_start(1, SC_NS); E_In_ack = 0; } while( !E_In_req);
1125 while( !E_In_req) sc_start(1, SC_NS);

Completed in 7 milliseconds