home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / hardware / 14720 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  3.5 KB

  1. Xref: sparky comp.sys.amiga.hardware:14720 comp.sys.amiga.introduction:1195
  2. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!msus1.msus.edu!msus1.msus.edu!news
  3. Newsgroups: comp.sys.amiga.hardware,comp.sys.amiga.introduction
  4. Subject: Re: Question about Accelerators and RAM
  5. Message-ID: <1992Aug31.110304.1082@msus1.msus.edu>
  6. From: lkoop@TIGGER.STCLOUD.MSUS.EDU (LaMonte Koop)
  7. Date: 31 Aug 92 11:03:04 -0600
  8. Reply-To: lkoop@TIGGER.STCLOUD.MSUS.EDU
  9. References: <1992Aug31.120545.2172@lonex.rl.af.mil>
  10. Distribution: usa
  11. Organization: St. Cloud State University, St. Cloud, MN
  12. Nntp-Posting-Host: tigger.stcloud.msus.edu
  13. Lines: 45
  14.  
  15. In article <1992Aug31.120545.2172@lonex.rl.af.mil>, kopackm@lonex.rl.af.mil (Michael A. Kopack) writes:
  16. >Got a question for you all.
  17. >
  18. >I recently purchased a Supra RAM board with 2 Megs of 16 bit RAM for my A2000.
  19. >I now have the opportunity to get my hands on an accelerator board (68020),
  20. >knowing that I can use the 16 bit ram but slowing down the speed increase.
  21. >
  22. >My question is: If I buy this accelerator, Add 32 bit ram to it, will the
  23. >system access both the 32 and 16 bit RAM together?? I already have 3 MEGS,
  24. >and the board I'm considering has 2 built it. Would I end up with 5 Megs
  25. >of accessable RAM????
  26.  
  27.     Yes, there is no problem with this setup.  The primary difference between
  28. "16 bit" and "32 bit" RAM, as it has been called, is the data path between
  29. the RAM and the processor, and not any obscure strangeness on the part of
  30. the actual RAM.  The accelerator will simply handle things differently when
  31. accessing the 32 bit ported RAM, as opposed to the RAM on the 16-bit bus
  32. characteristic on the A2000 (in the former case, the RAM will simply be
  33. accessed at the speed of the 020, using a full 32-bit data path, while
  34. in the latter case, some extra ju-ju is used to emulate 68000 bus cycles
  35. on the motherboard using a 16-bit data path and at the motherboard clock
  36. rate).
  37.     Putting aside the differences in the accelerator clock rate, and the
  38. motherboard, you could even have 16-bit ported RAM (or even 8-bit) on the
  39. accelerator if someone had designed it this way (though this is not
  40. efficiency-wise), as the 68020 and 68030 utilize a dynamic bus sizing
  41. mechanism to determine and act accordingly to different RAM port sizes.
  42.     In general, with a setup such as yours, you will end up with three regions
  43. of memory; your CHIP ram, your 16-bit FAST RAM, and the 32-bit ported RAM
  44. on the accelerator.  Each of these regions will have a different address range,
  45. and the way the accelerator treats them will be dependent on this range.  For
  46. accesses which fall within the range of the memory contained on the accelerator,
  47. normal 68020 bus cycles will be run to that RAM, and it will respond according
  48. to the specifications of such.  Accesses to your 16-bit resources (CHIP RAM,
  49. and 16-bit FAST RAM) will appear to said resources as standard 68000 bus
  50. cycles, as the accelerator will emulate such to make the accesses.  The
  51. transfers will be slower than with a 32-bit port running at the same clock as
  52. the processor, and only 16-bit quantities can be transferred at once, but
  53. should be transparent to the system otherwise.
  54.  
  55.                  ----------------------------------------
  56.            LaMonte Koop -- SCSU Electrical/Computer Engineering
  57.  Internet: lkoop@tigger.stcloud.msus.edu -OR- f00012@kanga.stcloud.msus.edu
  58.               "You mean you want MORE lights on this thing???"
  59.  ---------------------------------------------------------------------------
  60.