This is the mail archive of the
sid@sourceware.org
mailing list for the SID project.
timings in sid
- From: Aurélien Buhrig <Aurelien dot Buhrig at tiempo-ic dot com>
- To: <sid at sources dot redhat dot com>
- Date: Thu, 9 Oct 2008 11:31:51 +0200
- Subject: timings in sid
- References: <003301c918a3$6b4464b0$41cd2e10$@Buhrig@tiempo-ic.com> <20080917134417.GA8858@redhat.com>
Hello,
I try to link timer peripheral time with processor execution time.
The target processor is an asynchronous processor for which the execution
latency is not a number of cycles, but rather a number of ns. There is no
parallelism.
So I planned to use the same simulation scheduler for both timer and CPU. I
described several execution unit in the .cpu, with different timing, but it
seems the latency of the instructions has no effect on the execution
scheduler. The sched tick is incremented by 1 at each instruction regardless
of latency of the execution unit.
How can I do? Where are the timing information saved ?
Thanks,
Aurélien