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

/gem5/src/systemc/tests/include/
H A DSimpleATTarget1.h47 ACCEPT_DELAY(25, sc_core::SC_NS),
101 mEndRequestEvent.notify(t + ACCEPT_DELAY);
140 mEndRequestEvent.notify(ACCEPT_DELAY);
199 const sc_core::sc_time ACCEPT_DELAY;
H A DSimpleATInitiator1.h105 ACCEPT_DELAY(10, sc_core::SC_NS),
234 mEndResponseEvent.notify(ACCEPT_DELAY);
280 mEndResponseEvent.notify(ACCEPT_DELAY);
315 mEndResponseEvent.notify(ACCEPT_DELAY);
320 const sc_core::sc_time ACCEPT_DELAY; member in class:SimpleATInitiator1
H A DSimpleATTarget2.h47 ACCEPT_DELAY(25, sc_core::SC_NS),
99 t += ACCEPT_DELAY;
168 const sc_core::sc_time ACCEPT_DELAY;
H A DSimpleATInitiator2.h105 ACCEPT_DELAY(10, sc_core::SC_NS),
229 t += ACCEPT_DELAY;
277 t += ACCEPT_DELAY;
295 const sc_core::sc_time ACCEPT_DELAY; member in class:SimpleATInitiator2

Completed in 9 milliseconds