Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Cache implementation of MIPS processors
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
AVILA ALFONSO  
View profile  
 More options Aug 29 1995, 3:00 am
Newsgroups: comp.sys.mips
From: a...@engr.uark.edu (AVILA ALFONSO)
Date: 1995/08/29
Subject: Cache implementation of MIPS processors
Hello,

Does anyone know where could I find documentation about the
cache implementation of the MIPS processors?

I am looking for information such as: cache size, block size, replacement
policies. I'd also like to know how the specifications of the hardware for
transfering a block from the cache to main memory and viceversa.

Thanks in advance for your help

Adios,

Alfonso


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin D. Kissell  
View profile  
 More options Sep 1 1995, 3:00 am
Newsgroups: comp.sys.mips
From: "Kevin D. Kissell" <kev...@neu.sgi.com>
Date: 1995/09/01
Subject: Re: Cache implementation of MIPS processors

a...@engr.uark.edu (AVILA ALFONSO) wrote:
>Does anyone know where could I find documentation about the
>cache implementation of the MIPS processors?

>I am looking for information such as: cache size, block size, replacement
>policies. I'd also like to know how the specifications of the hardware for
>transfering a block from the cache to main memory and viceversa.

The MIPS instruction set architecture does not specify the characteristics
(or even the existence) of caches, and by now there are a number of different
implementaions.  The MIPS Technology guys in Mountain View have a Wep page,
http://www.mips.com, with pretty extensive information on most of them.

The latest MIPS CPU, the R10000, has separate 32K on-chip instruction and
data caches and a unified external secondary cache of 512K to 16M.  Both
levels are piplined, non-blocking, and 2-way set associative.  The primary
data cache has 32-byte lines, the secondary can have either 64 or 128 byte
lines.  As the caches are write-back and non-blocking, replacement policy
is a bit complex, but all things being equal, it is LRU.

--
Opinions expressed may not be           Kevin D. Kissell
those of the author, let alone          Silicon Graphics Core Technology Group
those of Silicon Graphics.              Cortaillod, Switzerland

                                        kev...@neu.sgi.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »