Hello,

I am interested in modeling delays in areas other than the memory system,
such as with System Calls. For example, I would like to add a constant
cycle delay in doSyscall() (in syscall_desc.hh) before it further calls the
intended system call. I imagine it would be similar to MemDelay, except it
adds the delay every time a system call is invoked. Has anyone successfully
implemented something similar to this?

Thank you.
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to