|
|
 | | From: | OJ | | Subject: | PowerPC cycle/stage simulator | | Date: | 16 Jan 2005 21:48:02 -0800 |
|
|
 | hi all,
i am looking for a cycle simulator for the powerpc. what i exactly need is a program/application/applet/anything in which input would be some assembly code and output is the individual cycles/stages (fetch, decode, execute, etc.) that the processor goes through while executing that assembly code, plus the number of cycles it takes to execute that code.
i am looking for something like this: http://www.ece.gatech.edu/research/ccss/academic/Java/1997.Summer/Projects/cha_elm/applet.html
it is a mips simulator which provides the functionality i mentioned above.
can somebody help me out here?
regards, OJ.
|
|
 | | From: | Grumble | | Subject: | Re: PowerPC cycle/stage simulator | | Date: | Tue, 18 Jan 2005 16:25:09 +0100 |
|
|
 | OJ wrote:
> i am looking for a cycle simulator for the powerpc. what i exactly > need is a program/application/applet/anything in which input would be > some assembly code and output is the individual cycles/stages (fetch, > decode, execute, etc.) that the processor goes through while > executing that assembly code, plus the number of cycles it takes to > execute that code.
ppc750sim might be what you need. (I'm not sure.) http://microlib.org/projects/ppc750sim/
P.S. I have a spare SHIFT key, if you want :-)
-- Regards, Grumble
|
|
|