Results 1 to 11 of 11

Thread: Electronics/CPU question

  1. #1

    Thread Starter
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Not really important this, I was just wondering...

    Roughly what is the minimum number of transistors needed to make a very basic CPU?

    I know this is a bit of a stupid question, but I was just sitting here pondering and thought I'd see if anyone knew better. Are we talking thousands, tens of thousands, hundreds of thousands or what? I have no idea how you would construct a register. How do you do that?

    Ah well back to pondering more meaningless questions...
    Harry.

    "From one thing, know ten thousand things."

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    There's a table with how many transistors different chips have at http://www.ece.uiuc.edu/ece291/class...s/opcodes.html the 4004 introduced in 1971 had 2,300 transistors, It says that was the first one to do arithmatic etc, so 2,000 is probably your lower limit.
    If it wasn't for this sentence I wouldn't have a signature at all.

  3. #3
    Guest
    What do you wanna bet it's 2k? 2048

  4. #4

    Thread Starter
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Oh, cool, thanks Sam I don't suppose there would be some sort of circuit diagram for the 4004 anywhere I can see would there? Probably asking a lot. I'd like to know how they make registers. I've seen basic ALU stuff, and opcode decoders, I'm wondering how they make addressable memory.
    Harry.

    "From one thing, know ten thousand things."

  5. #5
    Guest
    The 4004 was first used in the old Commodore Calculators.
    You could probably find a schematic on the net someplace.

  6. #6

  7. #7
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    DefFarm I wi;ll bet everything I have that it's not 2048.

    Harry I've seen the thing they use, I can't remember it exactly. you can make a 1 bit address bus quite easily using 2 and gates an Or gate and a not gate (so you have bit B0 and bit B1 as your memory, A as your address bit and R as the result

    R = ( B1 && A ) || (B0 && !A)

    put 8 of these together connected to the same A and you've got 2 bytes of addressable memory.

    then if you want 2 bits have similar circuits controling the B1 and B2 inputs to the R circuit, keep going for all your address space needs.
    If it wasn't for this sentence I wouldn't have a signature at all.

  8. #8

    Thread Starter
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    I see... so you would store each bit using a simple flip-flop would you?

    The reason I'm askig all this is because it's been ages since I did any electronics, but with a recent course I did I had to write microcode and deal with registers, so I got a much better understanding of how the whole thing works. I'm kinda tempted to get the soldering iron out again. The closest to electronics I've got to in the last couple of years is chipping Playstations.
    Harry.

    "From one thing, know ten thousand things."

  9. #9
    Frenzied Member Robbo's Avatar
    Join Date
    Jan 2001
    Location
    Bradford
    Posts
    1,143

    Cool Playstation

    I know the old one can be chipped but can the new PSone be done the same i know it is 1/3 the size of the first and there may not be much room but can it be done

    just asking if any one knows, but if u do post it here????
    -----------------------------------------------
    "The hall is rented,"
    "the orchestra is engaged,"
    "its now time to see if you can dance!"
    Q, Q-Who, Star Trek The Next Generation
    -----------------------------------------------
    General Work day

    -----------------------------------------------
    DOS, Win 95, Win 98 SE, Win ME, Win NT 4.0 SP6a, Windows 2000 SP3, Window XP SP1, Windows 7, Windows 8/8.1, Windows 10, Office 97 Pro, Office 2000 Pro, Office 2010, Office 2013, Office 2016, Office 2019, Visual Basic 6 (SP5), SQL, Oracle

  10. #10
    Hyperactive Member marnitzg's Avatar
    Join Date
    Oct 2000
    Location
    South Africa
    Posts
    372

    Re: Playstation

    Originally posted by Robbo
    I know the old one can be chipped but can the new PSone be done the same i know it is 1/3 the size of the first and there may not be much room but can it be done

    just asking if any one knows, but if u do post it here????
    Whats this? Illegal discussions? Tisk Tisk!

    (P.S. I believe so)


  11. #11

    Thread Starter
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Robbo, it is most certainly possible to chip the new PS One consoles. I expect the shrunk down size makes things a little more awkward than before, but it's only 3 wires (7 for the stealth) so it's no big deal. The simplification may have helped, since the PS One probably has less components and might be easier to disassemble and reassemble.

    Pre-programmed mod chips should cost no more that £2 (+P&P), but of course if you cock it up then you run the risk of breaking your Playstation
    Harry.

    "From one thing, know ten thousand things."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width