home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / hardware / 21349 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  2.1 KB

  1. Path: sparky!uunet!noc.near.net!bigboote.WPI.EDU!nntp!ahansfor
  2. From: ahansfor@bigwpi.wpi.edu (Andrew L. Hansford)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: A1200 - 68020EC ??
  5. Date: 11 Dec 92 18:42:23
  6. Organization: Worcester Polytechnic Institute, Worcester, MA 01609-2280
  7. Lines: 43
  8. Message-ID: <AHANSFOR.92Dec11184223@bigwpi.wpi.edu>
  9. References: <1992Dec11.093004.10703@walter.cray.com>
  10. NNTP-Posting-Host: bigwpi.wpi.edu
  11. In-reply-to: walterb@sequoia.cray.com's message of 11 Dec 92 09:30:03 CST
  12.  
  13. >>>>> On 11 Dec 92 09:30:03 CST, walterb@sequoia.cray.com (Walter Boese Jr.) said:
  14.  
  15.  
  16. walterb> What does the 'EC' in 68020 mean foe the Amiga A1200. 
  17.  
  18. Like other have said "Embedded Controller"
  19.  
  20. walterb> How can you economize (sp) a chip that is pretty basic to begin
  21. walterb> with?  What great features can you remove?
  22.  
  23. The 020 is basic in that it does not have other functional units on
  24. chip (ie. PMMU, FPU).  Therefore the cost reduction is done a lot in
  25. the packaging.  First reduce pin count. The following pins are on the
  26. 020 but not the EC020:
  27.  
  28. A24-A31 - Address lines
  29. /OCS - indicates the first external bus cycle for an instruction fetch
  30.     or data operand transfer.
  31. /ECS - indicates the beginning of any type of bus cycle
  32. /DBEN - enable signal for external data buffers
  33. /IPEN - indicates an interrupt has been recognized that exceeds the
  34. internal mask priority
  35. /BGACK - Bus grant Acknowledge
  36.  
  37. So that's 12 signal pins not on the EC020.  The PGA package of the 020
  38. has 114 line and the QFP has 132 lines.  The EC020 has 103 lines on
  39. the PGA package and 100 on the QFP package.  Also the EC020 comes only
  40. in plastic packages.
  41.  
  42. walterb>  And if they did
  43. walterb> remove something, WHY?  The 68020 is getting outdated
  44. walterb> already, why degrade more than its age already has?
  45.  
  46. To provide the same computing power at a cheaper price. The main
  47. sacrifice is address space. The EC020 can only address 16 megatbytes of
  48. memory.  In the Amiga 1200 that is 2MB for chip RAM, 8 MB for fast RAM
  49. (OR 4MB for PCMCIA device and 4 MB Fast RAM), and the rest is mapped
  50. to the ROM, hardware.
  51.  
  52. BTW the ec020 and 020 are NOT pin compatible.
  53.  
  54. -- Andrew Hansford
  55.  
  56.