Re: [Gems-users] Program Counter in Sequencer


Date: Mon, 10 Oct 2005 11:52:11 -0500
From: "Min Xu (Hsu)" <xu@xxxxxxxxxxx>
Subject: Re: [Gems-users] Program Counter in Sequencer
Sean,

Are you running it in Simics or the tester? In Simics, the program counter
should be set when the request object is made. The related function is
SIMICS_get_program_counter().

-Min

On Mon, 10 Oct 2005 Sean Ryan Leventhal wrote :
> I have modified the makeRequest function in sequencer.C to output the 
> program counter of each request.  It looks like so:
>      fprintf(trace, "%d\n",request.getProgramCounter().getAddress());
> 
> However, running this under just ruby indicates that every program counter 
> is equal to zero.  Why is this?
> 
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
[← Prev in Thread] Current Thread [Next in Thread→]