Re: [Gems-users] cacheAvail


Date: Tue, 27 Nov 2007 11:28:18 -0600 (CST)
From: Mike Marty <mikem@xxxxxxxxxxx>
Subject: Re: [Gems-users] cacheAvail
the CacheMemory objects are instantiated in Chip.C. There are several examples of accessing the CacheMemory objects in ruby/system. Sequencer.C does it.

--Mike


Hi,


I'm wondering if it is possible to use cacheAvail in a component in the ruby/system/ folder. If it is possible, how can I use it? For example,


if (L1Dcache.cacheAvail())
	do something

if (L2cache.cacheAvail())
	do something



But they will be in a .C file created in the ruby/system/ folder. How can I define L1Dcache or L2cache in such a file? Thank you for your help.


Dave



     ____________________________________________________________________________________
Be a better pen pal.
Text or chat with friends inside Yahoo! Mail. See how.  http://overview.mail.yahoo.com/
_______________________________________________
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→]