home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / arch / 10942 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  4.0 KB

  1. Path: sparky!uunet!sun-barr!ames!agate!doc.ic.ac.uk!uknet!mucs!mshute
  2. From: mshute@cs.man.ac.uk (Malcolm Shute)
  3. Newsgroups: comp.arch
  4. Subject: Re: 600 transistor CPU (was: MINIMUM instruction set)
  5. Message-ID: <6805@m1.cs.man.ac.uk>
  6. Date: 19 Nov 92 16:58:18 GMT
  7. References: <1992Nov11.144304.10494@news.uiowa.edu> <1992Nov12.164510.28248@dartvax.dartmouth.edu> <1992Nov13.105238.10552@ms.uky.edu>
  8. Sender: news@cs.man.ac.uk
  9. Organization: Dept Computer Science, University of Manchester, U.K.
  10. Lines: 59
  11.  
  12. In article <1992Nov12.164510.28248@dartvax.dartmouth.edu> stevel@coos.dartmouth.edu (Steve Ligett) writes:
  13. >Somewhere I have a copy of an article (or two) titled
  14. >"A design for a 16 bit processor using only 600 transistors"
  15. >from Microelectronics Journal, Vol 15, Nr 3,
  16. >copyright 1984 Benn Electronics Publications Ltd, London
  17. >The machine has 4 instructions: three subtracts, and one bit clear.
  18.  
  19. In article <1992Nov13.105238.10552@ms.uky.edu> styer@ms.uky.edu (Eugene F. Styer) writes:
  20. > I don't have that article any more (at least where I can find it), but I do
  21. > remember it.  I decided that if his goal was a small CPU to watch over things,
  22. > he would do better to have (say) 8 instructions and include load, store, etc.
  23. No... that wasn't my primary goal... though in the paper I did suggest (rather
  24. naively) two possible applications for the design:  (a) as a 'free' processor
  25. which memory manufacturers could include on their memory chips as a test device
  26. (for exercising the memory), which the customer could either use, or disable;
  27. (b) as a simple design exercise for students or for a low gate-count technology
  28. (as GaAs was at that time).  In reality, my *real* motivation for doing the design
  29. was as a challenge... to see how low I could get the transistor count.
  30.  
  31. Unlike the OIC, I could have as many instructions as I liked.
  32. My motivation for moving the PC out to memory was also subtly different.
  33. For the OIC, the PC is at a 'magic' location in memory, the changing
  34. of whose contents, causes a program jump.  For the NVDAC, though, memory location
  35. zero contained an executable instruction, just like any other memory location.
  36. It must be admitted, though, that the MAR did keep getting cleared
  37. (so address zero was a privileged location, in that respect),
  38. and the instruction was given a slightly different side effect when it was
  39. addressed after one of these 'clear' signals (so, in effect, there were
  40. 5 instructions in the 2-bit instruction set).
  41.  
  42. > My conclusion was that the additional size of the processor (I estimated 1000-
  43. > 1200 transistors) would be more than balanced by the smaller programs required
  44. > (1/2 or smaller) for programs as small as a few hundred instructions.  If his
  45. > goal was the fewest number of instructions, then other posts have indicated he
  46. > has 3 too many instructions.  All in all, it was an attempt to be more practical
  47. > than most of the minimal-instruction systems.
  48. In fact, I have to disagree with you! :-)
  49. Just like the OIC, a huge number of self-modifying instructions would have
  50. to be executed to emulate even the simplest PDP-11 type of instruction.
  51. Indeed, both the NVDAC and the version of the OIC reported by Bown,
  52. needed of the order of 16 instructions to do simple ALU type operations
  53. on memory arguments.
  54.  
  55. No.  My goal really was: to do it as a challenge.
  56.  
  57. In article <1992Nov12.220301.23915@fcom.cc.utah.edu> caperkin@ursa11.law.utah.edu (Charles Perkins) writes:
  58. > How many transistors would it take to make a minimally sized 32-bit chip?
  59. > Optimized for transistor count, not cycle speed, op-code simplicity, or
  60. > speed of design.
  61. If you mean exactly the same NVDAC processor, as in the MEJ, but twice as wide,
  62. the answer is about 1200.
  63. The processor was nearly all data path, with very little random control logic.
  64.  
  65. BTW, I was interested by your multiple mini-prolog-processor idea.
  66. I used to be on a project to design a multiple mini-Lisp-processor machine.
  67. I'd be interested in exchanging notes, if you like.
  68. --
  69.  
  70. Malcolm SHUTE.         (The AM Mollusc:   v_@_ )        Disclaimer: all
  71.