home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 315 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: comma.rhein.de!serpens!not-for-mail
  2. From: mlelstv@serpens.rhein.de (Michael van Elst)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: >>>>>>> The Future: Amiga goes PC (...aeh: "PowerMsPenti...?) <<<<<
  5. Date: 6 Jan 1996 16:32:19 +0100
  6. Organization: dis-
  7. Message-ID: <4cm4m3$1vs@serpens.rhein.de>
  8. References: <judas.0gku@tomtec.abg.sub.org>  <30cb6ee7@lls.se>    <judas.0gnh@tomtec.abg.sub.org>  <38231725@kone.fipnet.fi>    <judas.0gsz@tomtec.abg.sub.org>  <38231776@kone.fipnet.fi> <judas.0gzs@tomtec.abg.sub.org> <742.6572T120T813@plea.se> <4cb7bm$84t@serpens.rhein.de> <judas.0h57@tomtec.abg.sub.org>
  9. NNTP-Posting-Host: serpens.rhein.de
  10.  
  11. judas@tomtec.abg.sub.org (Th.Huber) writes:
  12.  
  13. >The idea isn`t that bad at all. If you would attach a buffer which
  14. >caches writes to chipram, just like the second-level writebackcaches
  15. >found on PCs, this would be a gain in speed, when doing many writes
  16. >to chip.
  17.  
  18. Sort of. A deep buffer would rule out reading from chip memory at
  19. the same time (because the chip bus is busy with writing). The A3000
  20. actually has a one word deep buffer to chip memory so that it is
  21. possible to do one bus access (to fast RAM) while the chip bus
  22. is busy writing the last word.
  23.  
  24. But if you are going into hardware hacks I suggest to use 2-3 buffers
  25. and allow for double-CAS accesses for the CPU. This doubles bandwidth
  26. to chip memory. Such a system isn't that simple to build though
  27. and it would require lots of changes to the motherboard.
  28.  
  29. On the other hand the blitter would become even slower compared to the CPU.
  30.  
  31. Regards,
  32. -- 
  33.                                 Michael van Elst
  34.  
  35. Internet: mlelstv@serpens.rhein.de
  36.                                 "A potential Snark may lurk in every tree."
  37.