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

/gem5/src/systemc/tests/systemc/examples/aes/
H A Daes.cpp1059 sc_signal<bool> D_In_req; local
1096 D_In_req,
1118 while( !D_In_req) sc_start(1, SC_NS);
1122 do { sc_start(1, SC_NS); D_In_ack = 0; } while( !D_In_req);
1134 while( !D_In_req) sc_start(1, SC_NS);

Completed in 6 milliseconds