Re: [Gems-users] Change in cpu frequency - question


Date: Sun, 07 Feb 2010 14:19:14 -0600
From: Philip Garcia <pcgarcia@xxxxxxxx>
Subject: Re: [Gems-users] Change in cpu frequency - question
I can look up the hack we use, however I can't really guarantee it will work for you.  I'm using GEMs on a bagle target machine which is based on an UltraSparc II processor, and not a III.  I'll try to post some code later tonight or tomorrow.

Phil
On Feb 7, 2010, at 2:05 PM, Pradeep Ramachandran wrote:

> 
> On Feb 6, 2010, at 7:00 PM, Philip Garcia wrote:
> 
>> You can get around the 75MHz clock issue by stalling the timer interrupts  until you want them.  This can be done by manipulating the tick and tick compare register so that it goes off at specified times.
>> 
> 
> I have been digging around to find information on the tick and tick compare registers (%stick and %stick_cmpr), but I have found hardly any info (even the SPARCV9 manual doesn't list them!). Do you have any pointers on how the registers are used? As I'd mentioned before, I would like to make the timer interrupts less frequent so that I simulate a 2GHz-like balanced machine with the 75MHz simics system, for which I need to make timer interrupts far less frequent.
> 
> Thanks,
> Pradeep.
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.
> 

[← Prev in Thread] Current Thread [Next in Thread→]