home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / arch / 8433 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.7 KB  |  34 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!darwin.sura.net!wupost!gumby!destroyer!ubc-cs!uw-beaver!noah
  3. From: noah@cs.washington.edu (Rick Noah Zucker)
  4. Subject: Re: Cached DRAM from Mitsubishi
  5. Message-ID: <1992Jul29.224223.22285@beaver.cs.washington.edu>
  6. Sender: news@beaver.cs.washington.edu (USENET News System)
  7. Organization: Computer Science & Engineering, U. of Washington, Seattle
  8. References: <1992Jul29.214908.7876@trantor.harris-atd.com>
  9. Date: Wed, 29 Jul 92 22:42:23 GMT
  10. Lines: 22
  11.  
  12. In article <1992Jul29.214908.7876@trantor.harris-atd.com> dwilliam@jabba.ess.harris.com (David Williams) writes:
  13. >   I was flipping through the May issue of Electronic Design, and an
  14. >ad from Mitsubishi caught my eye.  They have a DRAM chip now available
  15. >with built-in cache.  This looks interesting - a 1M by 4 DRAM with a 
  16. >built-in 4K by 4 SRAM cache.  Apparently, the chip has an internal bus
  17. >that lets the SRAM cache do a line copy to/from the DRAM portion at
  18. >64 bits.  (16 x 4bit internal bus)  Speed is claimed to be 10ns when a
  19. >cache hit occurs, 70ns in case of a miss (actually, a miss causes a 
  20. >280ns DRAM cycle, but the SRAM can start doing stuff again in 70ns while
  21. >the DRAM is busy)
  22.  
  23.     This is a little unclear, and if you have more detailed
  24. information, please clarify my point.  You say that 70 ns after a cache
  25. miss, the SRAM can start doing stuff, but the DRAM is busy for another
  26. 210 ns.  Does this mean that you will get your data in 70 ns, but the
  27. DRAM is busy for another 210 ns because it has to write back the data you
  28. just read out?  Or does it mean that you can initiate another request in
  29. 70 ns?  That is, you can make another request to the chip, which will be
  30. satisfied if it is in the cache.
  31.  
  32.                         Rick Noah Zucker
  33.                         noah@cs.washington.edu
  34.